Fix history

This commit is contained in:
Zoe Roux
2026-03-17 12:20:29 +01:00
parent 9b23d0714c
commit ca15f57f30
6 changed files with 258 additions and 164 deletions
-1
View File
@@ -29,7 +29,6 @@ const CreatedVideo = t.Object({
});
async function createVideos(body: SeedVideo[], clearLinks: boolean) {
console.log(body.map((x) => x.guess.history));
if (body.length === 0) {
return { status: 422, message: "No videos" } as const;
}