Skip to content

Commit

Permalink
Disable slack notification by default (#6169)
Browse files Browse the repository at this point in the history
  • Loading branch information
AdityaHegde authored Nov 26, 2024
1 parent 3f7e202 commit 1c849a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web-common/src/features/scheduled-reports/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ export function extractNotificationV2(
}

return {
enableSlackNotification: isEdit ? !!slackNotifier : true,
enableSlackNotification: isEdit ? !!slackNotifier : false,
slackChannels,
slackUsers,

Expand Down

1 comment on commit 1c849a7

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.