style: fix biome formatting after audit fixes

This commit is contained in:
asepharyana
2026-08-26 18:12:02 +07:00
parent 9f02edd646
commit 709074935f
4 changed files with 20 additions and 9 deletions
@@ -166,12 +166,14 @@ export function startPendingAIAnalysisWorker(
// Only revert stuck processing messages if there's active processing.
// Avoids a DB query every recovery interval when the pipeline is idle.
if (conversationProcessing.size > 0) {
messageStore.revertStuckProcessingMessages(300000).catch((err: unknown) => {
logger.error(
{ error: String(err) },
"Failed to run stuck processing recovery",
);
});
messageStore
.revertStuckProcessingMessages(300000)
.catch((err: unknown) => {
logger.error(
{ error: String(err) },
"Failed to run stuck processing recovery",
);
});
}
Promise.all([