Skip to content

Commit

Permalink
fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
frederikprijck committed Aug 14, 2023
1 parent a4fa294 commit b942712
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/auth/DatabaseAuthenticator.js
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ class DatabaseAuthenticator {
* @param {string} userData.email User email address.
* @param {string} userData.password New password.
* @param {string} userData.connection Identity provider in use.
* @param {string} userData.organization The organization_id of the Organization associated with the user.
* @param {string} userData.organization The organization_id of the Organization associated with the user.
* @param {Function} [cb] Method callback.
* @returns {Promise|undefined}
*/
Expand Down

0 comments on commit b942712

Please sign in to comment.