Skip to content

Commit

Permalink
fix: service user profiles throw error (#467)
Browse files Browse the repository at this point in the history
  • Loading branch information
annarhughes authored Jun 10, 2024
1 parent 928fdad commit d4e2d33
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/utils/serviceUserProfiles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
};

Expand Down

0 comments on commit d4e2d33

Please sign in to comment.