Skip to content

Commit ac18c35

Browse files
committed
add console logs
1 parent 6a3c8aa commit ac18c35

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

apps/sim/blocks/blocks/slack.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -615,6 +615,12 @@ export const SlackBlock: BlockConfig<SlackResponse> = {
615615
}
616616

617617
case 'update':
618+
console.log('[Slack Block Debug] update params:', {
619+
updateTimestamp,
620+
updateText,
621+
hasUpdateTimestamp: 'updateTimestamp' in params,
622+
allParamKeys: Object.keys(params),
623+
})
618624
if (!updateTimestamp || !updateText) {
619625
throw new Error('Timestamp and text are required for update operation')
620626
}

0 commit comments

Comments
 (0)