mirror of
https://github.com/Portabase/portabase.git
synced 2026-07-14 11:16:13 +02:00
merging.
This commit is contained in:
+1
-1
@@ -26,7 +26,7 @@ export const deleteUserAction = userAction
|
||||
userId: ctx.user.id,
|
||||
}
|
||||
})
|
||||
if(account){
|
||||
if (account) {
|
||||
await prisma.account.delete({
|
||||
where: {
|
||||
id: account.id
|
||||
|
||||
Reference in New Issue
Block a user