Skip to content

Commit 05efe79

Browse files
committed
remove comments
1 parent 8cc0d06 commit 05efe79

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

apps/sim/tools/slack/message_reader.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,6 @@ export const slackMessageReaderTool: ToolConfig<
8080
'Content-Type': 'application/json',
8181
}),
8282
body: (params: SlackMessageReaderParams) => {
83-
// Agent tool: uses destinationType + dmUserId
84-
// Standalone block: no destinationType, sets userId directly
8583
const isDM = params.destinationType === 'dm'
8684
return {
8785
accessToken: params.accessToken || params.botToken,

0 commit comments

Comments
 (0)