diff --git a/packages/trpc/server/organisation-router/delete-organisation.ts b/packages/trpc/server/organisation-router/delete-organisation.ts index 526a2c3a7..78de1b74d 100644 --- a/packages/trpc/server/organisation-router/delete-organisation.ts +++ b/packages/trpc/server/organisation-router/delete-organisation.ts @@ -114,6 +114,7 @@ export const deleteOrganisationRoute = authenticatedProcedure data: { userId: serviceAccount.id, teamId: serviceAccountTeam.id, + deletedAt: new Date(), }, }); }