From d1ae7f67c464ddbb4ba5df46e6c79df5e8071d18 Mon Sep 17 00:00:00 2001 From: Nawaz Dhandala Date: Wed, 17 Sep 2025 11:07:30 +0100 Subject: [PATCH] refactor: Adjust indentation for @CaptureSpan() annotation in updateChannelCache method --- Common/Server/Utils/Workspace/Slack/Slack.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Common/Server/Utils/Workspace/Slack/Slack.ts b/Common/Server/Utils/Workspace/Slack/Slack.ts index 524f3f4274..19c61928f0 100644 --- a/Common/Server/Utils/Workspace/Slack/Slack.ts +++ b/Common/Server/Utils/Workspace/Slack/Slack.ts @@ -698,7 +698,7 @@ export default class SlackUtil extends WorkspaceBase { logger.debug(channel); return channel; } - @CaptureSpan() + @CaptureSpan() public static async updateChannelCache(data: { projectId: ObjectID; channelName: string;