diff --git a/api/src/controllers/videos.ts b/api/src/controllers/videos.ts index 20c55628..5462d3ae 100644 --- a/api/src/controllers/videos.ts +++ b/api/src/controllers/videos.ts @@ -42,6 +42,7 @@ export const videosH = new Elysia({ prefix: "/videos", tags: ["videos"] }) return error(201, oldRet); // TODO: this is a huge untested wip + // biome-ignore lint/correctness/noUnreachable: leave me alone const vidsI = db.$with("vidsI").as( db.insert(videos).values(body).onConflictDoNothing().returning({ pk: videos.pk,