Skip to content

Commit

Permalink
fix: remediation plugin doesn't require conf
Browse files Browse the repository at this point in the history
  • Loading branch information
mvayngrib committed Oct 4, 2018
1 parent b2bc3cc commit 08509e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/in-house-bot/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 })
}

Expand Down

0 comments on commit 08509e2

Please sign in to comment.