Skip to content

Commit ac76f2d

Browse files
[autofix.ci] apply automated fixes
1 parent d605697 commit ac76f2d

File tree

1 file changed

+2
-2
lines changed
  • packages/server/src/utils/notifications

1 file changed

+2
-2
lines changed

packages/server/src/utils/notifications/utils.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -217,8 +217,8 @@ export const sendMattermostNotification = async (
217217
...(message.username?.trim() && { username: message.username }),
218218
// Only include channel if it's provided and not empty
219219
...(message.channel?.trim() && {
220-
channel: `#${message.channel.replace("#", "")}`,
221-
}),
220+
channel: `#${message.channel.replace("#", "")}`,
221+
}),
222222
};
223223

224224
const response = await fetch(connection.webhookUrl, {

0 commit comments

Comments
 (0)