From b6dff90ccd4f2e03850d63690cd728fd3a586dc4 Mon Sep 17 00:00:00 2001 From: Zoe Roux Date: Thu, 30 Jan 2025 20:07:04 +0100 Subject: [PATCH] Disable biome lint --- api/src/controllers/videos.ts | 1 + 1 file changed, 1 insertion(+) 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,