Skip to content

Commit f1fca92

Browse files
fix slack message
1 parent 078895a commit f1fca92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

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

66-
const slackMessage = `:check_mark: Disabled imports ${JSON.stringify(importTypes)} and audits ${JSON.stringify(auditTypes)} for site ${siteId}`;
66+
const slackMessage = `:white_check_mark: Disabled imports ${JSON.stringify(importTypes)} and audits ${JSON.stringify(auditTypes)} for site ${siteId}`;
6767
await say(env, log, slackContext, slackMessage);
6868
} catch (error) {
6969
log.error('Error in disable import and audit processor:', {

0 commit comments

Comments
 (0)