Skip to content

Commit

Permalink
Added jsdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
Naviary2 committed Jul 16, 2024
1 parent cf5ce74 commit 4e8aa7b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/server/controllers/createaccountController.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,10 @@ const profainWords = [
'poop'
];

/**
* Returns the server list of reserved usernames
* @returns {string[]} The reserved usernames
*/
function getReservedUsernames() {
return reservedUsernames;
}
Expand Down

0 comments on commit 4e8aa7b

Please sign in to comment.