We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fef92b9 commit ea52f33Copy full SHA for ea52f33
1 file changed
src/local-api/api.todo-items.ts
@@ -1,4 +1,4 @@
1
-import { eq, inArray } from "drizzle-orm";
+import { eq } from "drizzle-orm";
2
import z from "zod";
3
import { db } from "@/db";
4
import { type TodoItemRecord, todoItemsTable } from "@/db/schema";
0 commit comments