clean up changes

This commit is contained in:
rsandb
2022-12-28 13:01:02 -06:00
parent 9404654672
commit 62f326f51a
6 changed files with 7 additions and 21 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ export default async function handle(req, res) {
const session = await getSession({ req });
const result = await prisma.user.update({
where: {
email: session?.user?.email,
email: session.user.email,
},
data: {
name: username,