Archived
2
0

client linter fix.

This commit is contained in:
m1k1o
2021-03-01 15:10:20 +01:00
parent 0e5e1faf35
commit 15edc0f73e
8 changed files with 36 additions and 43 deletions

View File

@ -40,9 +40,9 @@ export const EVENT = {
SET: 'screen/set',
},
BROADCAST: {
STATUS: "broadcast/status",
CREATE: "broadcast/create",
DESTROY: "broadcast/destroy",
STATUS: 'broadcast/status',
CREATE: 'broadcast/create',
DESTROY: 'broadcast/destroy',
},
ADMIN: {
BAN: 'admin/ban',