From ac76f2d97acf6080ea8cc30fcbe93e18ca522b2b Mon Sep 17 00:00:00 2001 From: "autofix-ci[bot]" <114827586+autofix-ci[bot]@users.noreply.github.com> Date: Tue, 24 Mar 2026 18:40:51 +0000 Subject: [PATCH] [autofix.ci] apply automated fixes --- packages/server/src/utils/notifications/utils.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/server/src/utils/notifications/utils.ts b/packages/server/src/utils/notifications/utils.ts index 9b224d9d6..c78ed2f51 100644 --- a/packages/server/src/utils/notifications/utils.ts +++ b/packages/server/src/utils/notifications/utils.ts @@ -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, {