Delete unused import.

This commit is contained in:
Dillon Kearns 2023-01-31 10:57:42 -08:00
parent c32662fd6b
commit 737cb66903

View File

@ -1,10 +1,7 @@
import kleur from "kleur";
import crypto from "crypto";
import { PrismaClient } from "@prisma/client";
const prisma = new PrismaClient();
kleur.enabled = true;
export async function checkAllTodos({ sessionId, toggleTo }) {
await prisma.todo.updateMany({
where: {