Skip to content

Commit 9ead35b

Browse files
style: auto-format with biome
1 parent 6a7c806 commit 9ead35b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

packages/agents-work-apps/src/slack/services/events/block-actions.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -524,9 +524,7 @@ async function consumeApprovalContinuationStream(params: {
524524
...threadParam,
525525
text: `_Something went wrong while processing the tool result. Please try again._`,
526526
})
527-
.catch((e) =>
528-
logger.warn({ error: e }, 'Failed to post continuation error message')
529-
);
527+
.catch((e) => logger.warn({ error: e }, 'Failed to post continuation error message'));
530528
}
531529
} finally {
532530
clearTimeout(timeoutId);

0 commit comments

Comments
 (0)