mirror of
https://github.com/Portabase/portabase.git
synced 2026-07-14 11:16:13 +02:00
patch delete organization.
This commit is contained in:
@@ -181,7 +181,7 @@ export const deleteOrganizationAction = userAction
|
||||
console.log(organization);
|
||||
const organizationUpdated = await db.organization.update({
|
||||
where: {
|
||||
id: parsedInput,
|
||||
slug: parsedInput,
|
||||
},
|
||||
data: {
|
||||
name: `${organization.name}-${uuid}`,
|
||||
|
||||
Reference in New Issue
Block a user