mirror of
https://github.com/dillonkearns/elm-pages-v3-beta.git
synced 2024-11-27 01:12:50 +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 crypto from "crypto";
|
||||||
import { PrismaClient } from "@prisma/client";
|
import { PrismaClient } from "@prisma/client";
|
||||||
const prisma = new PrismaClient();
|
const prisma = new PrismaClient();
|
||||||
|
|
||||||
kleur.enabled = true;
|
|
||||||
|
|
||||||
export async function checkAllTodos({ sessionId, toggleTo }) {
|
export async function checkAllTodos({ sessionId, toggleTo }) {
|
||||||
await prisma.todo.updateMany({
|
await prisma.todo.updateMany({
|
||||||
where: {
|
where: {
|
||||||
|
Loading…
Reference in New Issue
Block a user