This commit is contained in:
Peter Clement 2022-07-27 10:25:06 +01:00
parent e468f83902
commit 0f19222393
1 changed files with 1 additions and 1 deletions

View File

@ -396,7 +396,7 @@ export const destroy = async (id: string, currentUser: any) => {
await apps.syncUserInApps(dbUser._id)
}
const bulkDeleteProcessing = async (dbUser: any) => {
const bulkDeleteProcessing = async (dbUser: User) => {
await deprovisioning.removeUserFromInfoDB(dbUser)
await eventHelpers.handleDeleteEvents(dbUser)
await cache.user.invalidateUser(dbUser._id)