docs: fix createUser and test docs

this ports the fixes applied to createGroup to this method as well

Signed-off-by: Philip Molares <philip.molares@udo.edu>
This commit is contained in:
Philip Molares 2021-11-06 11:49:26 +01:00 committed by David Mehren
parent 0470497ccb
commit c9be26235c
No known key found for this signature in database
GPG key ID: 185982BA4C42B7C3
2 changed files with 3 additions and 2 deletions

View file

@ -26,7 +26,7 @@ export class UsersService {
* @async
* Create a new user with a given username and displayName
* @param username - the username the new user shall have
* @param displayName - the display the new user shall have
* @param displayName - the display name the new user shall have
* @return {User} the user
* @throws {AlreadyInDBError} the username is already taken.
*/