Skip to content

Commit

Permalink
Adding error
Browse files Browse the repository at this point in the history
  • Loading branch information
COMTOP1 committed Dec 18, 2023
1 parent b04462f commit f1c7c14
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions common/wsMessages/wsMessages.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ var (
Ping WSMessage = "ping"
Pong WSMessage = "pong"
Okay WSMessage = "OKAY"
Error WSMessage = "ERROR"
)

func (r WSMessage) String() string {
Expand Down

0 comments on commit f1c7c14

Please sign in to comment.