mirror of
https://github.com/Sonny93/my-links.git
synced 2025-12-11 08:43:04 +00:00
refactor: apply prettier conf
This commit is contained in:
@@ -5,11 +5,11 @@ export default async function updateUser(profile: Profile) {
|
||||
return await prisma.user.update({
|
||||
where: {
|
||||
email: profile.email,
|
||||
google_id: profile.sub
|
||||
google_id: profile.sub,
|
||||
},
|
||||
data: {
|
||||
email: profile.email,
|
||||
google_id: profile.sub
|
||||
}
|
||||
google_id: profile.sub,
|
||||
},
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user