From 08509e2e228775a6c952cdf4e7fac30e1ed5d29f Mon Sep 17 00:00:00 2001 From: Mark Vayngrib Date: Thu, 4 Oct 2018 19:33:02 -0400 Subject: [PATCH] fix: remediation plugin doesn't require conf --- src/in-house-bot/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/in-house-bot/index.ts b/src/in-house-bot/index.ts index 5695e3d27..c8308a595 100644 --- a/src/in-house-bot/index.ts +++ b/src/in-house-bot/index.ts @@ -674,7 +674,7 @@ export const loadComponentsAndPlugins = ({ } if (handleMessages || event.startsWith('remediation:')) { - attachPlugin({ name: 'remediation' }) + attachPlugin({ name: 'remediation', requiresConf: false }) attachPlugin({ name: 'prefill-from-draft', requiresConf: false }) }