Skip to content

Commit 37436e9

Browse files
committed
Fix formatting
1 parent 947aabd commit 37436e9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/commands/mcp-tools/reactions.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,8 @@ export const getReactionsTool = tool({
113113
response.rate_limit_warning = {
114114
message: `⚠️ Slack API rate limit reached. Please wait ${rateLimitRetryAfter} seconds before making more requests.`,
115115
retry_after_seconds: String(rateLimitRetryAfter),
116-
suggestion: 'Consider fetching reactions for fewer messages at a time or spacing out requests.',
116+
suggestion:
117+
'Consider fetching reactions for fewer messages at a time or spacing out requests.',
117118
};
118119
}
119120

0 commit comments

Comments
 (0)