mirror of
https://github.com/documenso/documenso.git
synced 2025-11-15 09:12:02 +10:00
chore: add deletedAt property
This commit is contained in:
@ -99,6 +99,7 @@ export const deleteOrganisationRoute = authenticatedProcedure
|
|||||||
data: {
|
data: {
|
||||||
userId: organisationOwner.id,
|
userId: organisationOwner.id,
|
||||||
teamId: ownerPersonalTeam.id,
|
teamId: ownerPersonalTeam.id,
|
||||||
|
deletedAt: new Date(),
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Reference in New Issue
Block a user