mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-05-24 02:02:36 -04:00
Disable biome lint
This commit is contained in:
parent
b16c2374c4
commit
b6dff90ccd
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user