refactor: Adjust indentation for @CaptureSpan() annotation in updateChannelCache method

This commit is contained in:
Nawaz Dhandala
2025-09-17 11:07:30 +01:00
parent b4616885b2
commit d1ae7f67c4

View File

@@ -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;