chore: lint

This commit is contained in:
Bereket Engida
2024-09-30 12:30:10 +03:00
parent 484489ffc9
commit 4de528bb1e

View File

@@ -1,5 +1,5 @@
import { betterAuth } from "better-auth"; import { betterAuth } from "better-auth";
import { prismaAdapter, } from "better-auth/adapters"; import { prismaAdapter } from "better-auth/adapters";
import { PrismaClient } from "@prisma/client"; import { PrismaClient } from "@prisma/client";
const prisma = new PrismaClient(); const prisma = new PrismaClient();