Explorar el Código

refactor(types): message type

qinlaiqiao hace 4 años
padre
commit
21fea90e97
Se han modificado 1 ficheros con 1 adiciones y 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',
 }