mirror of
https://github.com/documenso/documenso.git
synced 2025-11-14 00:32:43 +10:00
chore: add deletedAt property
This commit is contained in:
@ -114,6 +114,7 @@ export const deleteOrganisationRoute = authenticatedProcedure
|
|||||||
data: {
|
data: {
|
||||||
userId: serviceAccount.id,
|
userId: serviceAccount.id,
|
||||||
teamId: serviceAccountTeam.id,
|
teamId: serviceAccountTeam.id,
|
||||||
|
deletedAt: new Date(),
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user