We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58c6899 commit 087da0cCopy full SHA for 087da0c
src/tasks/disable-import-audit-processor/handler.js
@@ -61,7 +61,7 @@ export async function runDisableImportAuditProcessor(message, context) {
61
await configuration.save();
62
log.info('Database changes saved successfully');
63
64
- const slackMessage = `:broom: *Disabled imports*: ${importTypes.join(', ')} and *audits*: ${auditTypes.join(', ')}`;
+ const slackMessage = `:broom: *Disabled imports*: ${importTypes.join(', ')} *and audits*: ${auditTypes.join(', ')}`;
65
await say(env, log, slackContext, slackMessage);
66
} catch (error) {
67
log.error('Error in disable import and audit processor:', {
0 commit comments