chore: remove unused constant

This commit is contained in:
Ryan Cao 2023-05-24 11:18:58 +08:00
parent cf0348953b
commit ff664c5f04
No known key found for this signature in database

View file

@ -24,6 +24,3 @@ export const COLORS = {
yellow: 0xfde047,
orange: 0xfb923c,
} as { [key: string]: number };
/* CHANGEME */
export const ALLOWED_ROLES = ['Alert', 'Events', 'Progress'];