Skip to content

Commit

Permalink
adjusted lint warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
cabaceira committed Oct 17, 2023
1 parent e0901fa commit 2827a00
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions apps/meteor/ee/app/livechat-enterprise/server/settings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -199,15 +199,15 @@ export const createSettings = async (): Promise<void> => {
});

await settingsRegistry.add('Livechat_allow_manual_on_hold_upon_agent_engagement_only', true, {
type: 'boolean',
group: 'Omnichannel',
section: 'Sessions',
enterprise: true,
invalidValue: false,
public: true,
modules: ['livechat-enterprise'],
enableQuery: { _id: 'Livechat_allow_manual_on_hold', value: true },
});
type: 'boolean',
group: 'Omnichannel',
section: 'Sessions',
enterprise: true,
invalidValue: false,
public: true,
modules: ['livechat-enterprise'],
enableQuery: { _id: 'Livechat_allow_manual_on_hold', value: true },
});

await settingsRegistry.add('Livechat_auto_transfer_chat_timeout', 0, {
type: 'int',
Expand Down

0 comments on commit 2827a00

Please sign in to comment.