Skip to content

Commit

Permalink
Remove unused CHANNEL_TYPES constant
Browse files Browse the repository at this point in the history
Signed-off-by: Ashish Agrawal <ashisagr@amazon.com>
  • Loading branch information
lezzago committed Sep 27, 2023
1 parent 4326edf commit f92f42d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions public/pages/CreateTrigger/utils/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,5 +77,3 @@ export const DEFAULT_TRIGGER_NAME = 'New trigger';
export const DEFAULT_ACTION_TYPE = 'slack';

export const MANAGE_CHANNELS_PATH = `/app/notifications-dashboards#/channels`;

export const CHANNEL_TYPES = ['slack', 'email', 'chime', 'webhook', 'ses', 'sns'];

0 comments on commit f92f42d

Please sign in to comment.