mirror of
https://github.com/dillonkearns/elm-pages-v3-beta.git
synced 2024-11-23 06:04:23 +03:00
Delete unused import.
This commit is contained in:
parent
c32662fd6b
commit
737cb66903
@ -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: {
|
||||
|
Loading…
Reference in New Issue
Block a user