From ff664c5f04be9d81e9245b4a174f27050976c024 Mon Sep 17 00:00:00 2001 From: Ryan Cao <70191398+ryanccn@users.noreply.github.com> Date: Wed, 24 May 2023 11:18:58 +0800 Subject: [PATCH] chore: remove unused constant --- src/constants.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/constants.ts b/src/constants.ts index 3a88957..20c3586 100644 --- a/src/constants.ts +++ b/src/constants.ts @@ -24,6 +24,3 @@ export const COLORS = { yellow: 0xfde047, orange: 0xfb923c, } as { [key: string]: number }; - -/* CHANGEME */ -export const ALLOWED_ROLES = ['Alert', 'Events', 'Progress'];