Skip to content

Commit

Permalink
Remove na from reserved users (#314)
Browse files Browse the repository at this point in the history
* Update reserved_usernames.json

* Update reserved-users.js
  • Loading branch information
darkcalm authored Oct 3, 2024
1 parent ce6d285 commit 81d2447
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion lib/utils/reserved-users.js
Original file line number Diff line number Diff line change
Expand Up @@ -1058,7 +1058,6 @@ const reservedUsernamesSet: $ReadOnlySet<string> = new Set([
'mx',
'my',
'mz',
'na',
'nab',
'nagoya',
'name',
Expand Down
1 change: 0 additions & 1 deletion shared/comm-lib/src/shared/reserved_usernames.json
Original file line number Diff line number Diff line change
Expand Up @@ -1047,7 +1047,6 @@
"mx",
"my",
"mz",
"na",
"nab",
"nagoya",
"name",
Expand Down

0 comments on commit 81d2447

Please sign in to comment.