diff --git a/src/routes/(console)/project-[project]/messaging/helper.ts b/src/routes/(console)/project-[project]/messaging/helper.ts index e8061e12c..389778e14 100644 --- a/src/routes/(console)/project-[project]/messaging/helper.ts +++ b/src/routes/(console)/project-[project]/messaging/helper.ts @@ -31,7 +31,7 @@ export function stopPolling() { messageIntervals.forEach((_, messageId) => clearPolling(messageId)); } -/** Starts polling message statuses, optionally marking them as processing. */ +/** Starts polling message statuses. */ export function pollMessagesStatus(messages: Models.Message[]) { messages.forEach((message) => { clearPolling(message.$id);