Skip to content
This repository has been archived by the owner on Jan 10, 2025. It is now read-only.

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
LucasBrazi06 committed Apr 7, 2022
1 parent 0a963a3 commit 4f1f674
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types/Server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ export enum ServerAction {
WS_CLIENT_MESSAGE = 'WsClientMessage',
WS_CLIENT_CONNECTION = 'WsClientConnection',
WS_CLIENT_CONNECTION_CLOSE = 'WsClientConnectionClose',
WS_CLIENT_CONNECTION_OPEN = 'WsClientConnectionOpened',
WS_CLIENT_CONNECTION_OPEN = 'WsClientConnectionOpen',
WS_CLIENT_CONNECTION_ERROR = 'WsClientConnectionError',

NOTIFICATION = 'Notification',
Expand Down

0 comments on commit 4f1f674

Please sign in to comment.