Skip to content

Commit 660fc69

Browse files
waleedlatif1claude
andcommitted
fix(slack): restore canvas_id fallback to data.id for backwards compat
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
1 parent b16bd35 commit 660fc69

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/sim/tools/slack/canvas.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ export const slackCanvasTool: ToolConfig<SlackCanvasParams, SlackCanvasResponse>
103103
return {
104104
success: true,
105105
output: {
106-
canvas_id: data.canvas_id ?? '',
106+
canvas_id: data.canvas_id ?? data.id ?? '',
107107
},
108108
}
109109
},

0 commit comments

Comments
 (0)