Skip to content

Commit 8274040

Browse files
fix slack message
1 parent 981cbf7 commit 8274040

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/tasks/disable-import-audit-processor

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ export async function runDisableImportAuditProcessor(message, context) {
5757
log.info(`For siteId: ${siteId}, Disabled imports and audits`);
5858
let slackMessage = `:broom: *For siteId: ${siteId}, Disabled imports*: ${importTypes.join(', ')} *and audits*: ${auditTypes.join(', ')}`;
5959
await say(env, log, slackContext, slackMessage);
60-
slackMessage = 'The list of enabled imports and audits may differ from the disabled ones because items that are already enabled are not automatically disabled.';
60+
slackMessage = ':information_source: The list of enabled imports and audits may differ from the disabled ones because items that are already enabled are not automatically disabled.';
6161
await say(env, log, slackContext, slackMessage);
6262
} catch (error) {
6363
log.error('Error in disable import and audit processor:', error);

0 commit comments

Comments
 (0)