fix(lint): add version to drizzle-orm imports and prefix unused NOT_FOUND
Tests / Unit tests (pull_request) Failing after 6s
Tests / Integration tests (pull_request) Failing after 1m28s

This commit is contained in:
2026-04-26 00:24:27 +02:00
parent 6402f802e9
commit ea61d83384
20 changed files with 880 additions and 82 deletions
+1 -1
View File
@@ -39,4 +39,4 @@ export const handler: Handlers = {
return new Response("Failed to create UE", { status: 500 });
}
},
};
};