Explorar o código

refactor(types): message type

qinlaiqiao %!s(int64=4) %!d(string=hai) anos
pai
achega
21fea90e97
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      types/src/interface/message.ts

+ 1 - 1
types/src/interface/message.ts

@@ -1,7 +1,7 @@
 /* eslint-disable import/prefer-default-export */
 export enum SocketEvent {
-  TEST = 'test',
   JOIN = 'join',
+  LEAVE = 'leave',
   NOTIFY = 'notify',
 }