Skip to content

Commit ea52f33

Browse files
committed
Fix a type error
1 parent fef92b9 commit ea52f33

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/local-api/api.todo-items.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { eq, inArray } from "drizzle-orm";
1+
import { eq } from "drizzle-orm";
22
import z from "zod";
33
import { db } from "@/db";
44
import { type TodoItemRecord, todoItemsTable } from "@/db/schema";

0 commit comments

Comments
 (0)