[autofix.ci] apply automated fixes

This commit is contained in:
autofix-ci[bot]
2026-03-24 18:40:51 +00:00
committed by GitHub
parent d6056972f4
commit ac76f2d97a

View File

@@ -217,8 +217,8 @@ export const sendMattermostNotification = async (
...(message.username?.trim() && { username: message.username }),
// Only include channel if it's provided and not empty
...(message.channel?.trim() && {
channel: `#${message.channel.replace("#", "")}`,
}),
channel: `#${message.channel.replace("#", "")}`,
}),
};
const response = await fetch(connection.webhookUrl, {