Skip to content

Commit

Permalink
linter
Browse files Browse the repository at this point in the history
  • Loading branch information
mythilytm committed Oct 24, 2024
1 parent 86ff4d8 commit 22bacd7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion plugin-hrm-form/src/utils/groupedChannels.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ const smsChannelTypes = ['sms', ...Object.values(customSmsChannelTypes)] as cons
export const isSmsChannelType = channelType =>
Boolean(smsChannelTypes.find(smsChannelType => smsChannelType === channelType));


export const customFacebookChannelTypes = {
messenger: 'messenger',
} as const;
Expand Down

0 comments on commit 22bacd7

Please sign in to comment.