Skip to content

Commit 087da0c

Browse files
tweak message
1 parent 58c6899 commit 087da0c

File tree

1 file changed

+1
-1
lines changed
  • src/tasks/disable-import-audit-processor

1 file changed

+1
-1
lines changed

src/tasks/disable-import-audit-processor/handler.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ export async function runDisableImportAuditProcessor(message, context) {
6161
await configuration.save();
6262
log.info('Database changes saved successfully');
6363

64-
const slackMessage = `:broom: *Disabled imports*: ${importTypes.join(', ')} and *audits*: ${auditTypes.join(', ')}`;
64+
const slackMessage = `:broom: *Disabled imports*: ${importTypes.join(', ')} *and audits*: ${auditTypes.join(', ')}`;
6565
await say(env, log, slackContext, slackMessage);
6666
} catch (error) {
6767
log.error('Error in disable import and audit processor:', {

0 commit comments

Comments
 (0)