Merge remote-tracking branch 'origin/main'

This commit is contained in:
charles-gauthereau
2024-11-11 19:31:50 +01:00
14 changed files with 139 additions and 91 deletions
@@ -26,7 +26,7 @@ export const deleteUserAction = userAction
userId: ctx.user.id,
}
})
if(account){
if (account) {
await prisma.account.delete({
where: {
id: account.id