We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d605697 commit ac76f2dCopy full SHA for ac76f2d
packages/server/src/utils/notifications/utils.ts
@@ -217,8 +217,8 @@ export const sendMattermostNotification = async (
217
...(message.username?.trim() && { username: message.username }),
218
// Only include channel if it's provided and not empty
219
...(message.channel?.trim() && {
220
- channel: `#${message.channel.replace("#", "")}`,
221
- }),
+ channel: `#${message.channel.replace("#", "")}`,
+ }),
222
};
223
224
const response = await fetch(connection.webhookUrl, {
0 commit comments