Skip to content

Commit

Permalink
(fix): update channel to #activity (#628)
Browse files Browse the repository at this point in the history
  • Loading branch information
dsinghvi authored Apr 9, 2024
1 parent 57387c4 commit 640494e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion servers/fdr/src/services/slack/SlackService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ export class SlackServiceImpl implements SlackService {
async notify(message: string, err: unknown): Promise<void> {
try {
await this.client.chat.postMessage({
channel: "#engineering-notifs",
channel: "#activity",
text: `:rotating_light: Encountered failure in FDR: ${message}.\n ${stringifyError(err)}`,
blocks: [],
});
Expand Down

0 comments on commit 640494e

Please sign in to comment.