diff --git a/src/utils/serviceUserProfiles.ts b/src/utils/serviceUserProfiles.ts index 813d634d..f8c27999 100644 --- a/src/utils/serviceUserProfiles.ts +++ b/src/utils/serviceUserProfiles.ts @@ -78,7 +78,6 @@ export const createServiceUserProfiles = async ( logger.log(`Create user: updated service user profiles. User: ${email}`); } catch (error) { logger.error(`Create service user profiles error - ${error}. User: ${email}`); - throw error; } };