refactor: apply prettier conf and cleanup

This commit is contained in:
Sonny
2023-11-26 02:04:09 +01:00
parent c0af440302
commit 9a5f661df4
120 changed files with 1229 additions and 9101 deletions

View File

@@ -1,5 +1,5 @@
import prisma from "../../utils/prisma";
import { Profile } from "next-auth";
import prisma from '../../utils/prisma';
import { Profile } from 'next-auth';
export default async function updateUser(profile: Profile) {
return await prisma.user.update({