Disable biome lint

This commit is contained in:
Zoe Roux 2025-01-30 20:07:04 +01:00
parent b16c2374c4
commit b6dff90ccd
No known key found for this signature in database

View File

@ -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,