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