Skip to content

Commit d74031c

Browse files
committed
fix slack
1 parent 0c51d44 commit d74031c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/sim/blocks/blocks/slack.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -604,7 +604,7 @@ Return ONLY the timestamp string - no explanations, no quotes, no extra text.`,
604604
case 'send': {
605605
baseParams.text = text
606606
if (threadTs) {
607-
baseParams.thread_ts = threadTs
607+
baseParams.threadTs = threadTs
608608
}
609609
// files is the canonical param from attachmentFiles (basic) or files (advanced)
610610
const normalizedFiles = normalizeFileInput(files)

0 commit comments

Comments
 (0)