Skip to content

Commit

Permalink
chore!: removed checkUsernameAvailability method (#32488)
Browse files Browse the repository at this point in the history
  • Loading branch information
abhinavkrin authored and MartinSchoeler committed Sep 18, 2024
1 parent 79539dc commit a68e2fb
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 35 deletions.
1 change: 0 additions & 1 deletion apps/meteor/app/lib/server/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ import './methods/addUserToRoom';
import './methods/archiveRoom';
import './methods/blockUser';
import './methods/checkRegistrationSecretURL';
import './methods/checkUsernameAvailability';
import './methods/cleanRoomHistory';
import './methods/createChannel';
import './methods/createPrivateGroup';
Expand Down
34 changes: 0 additions & 34 deletions apps/meteor/app/lib/server/methods/checkUsernameAvailability.ts

This file was deleted.

0 comments on commit a68e2fb

Please sign in to comment.