Skip to content

Commit

Permalink
touch up comments
Browse files Browse the repository at this point in the history
  • Loading branch information
dbarkowsky committed Oct 2, 2024
1 parent a745322 commit 585fc18
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions express-api/src/services/users/usersServices.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,11 @@ const normalizeKeycloakUser = (kcUser: SSOUser): NormalizedKeycloakUser => {

/**
* Adds a user from Keycloak to the system with 'OnHold' status.
* @param ssoUser The Keycloak user to be added
* @param agencyId The ID of the agency the user belongs to
* @param position The position of the user
* @param note Additional notes about the user
* @param the users email
* @param {SSOUser} ssoUser The Keycloak user to be added
* @param {number} agencyId The ID of the agency the user belongs to
* @param {string} position The position of the user
* @param {string} note Additional notes about the user
* @param {string} email the users email
* @returns The inserted user
*/
const addKeycloakUserOnHold = async (
Expand Down

0 comments on commit 585fc18

Please sign in to comment.