Skip to content

Commit 9e22d4a

Browse files
committed
fix type
1 parent 9942243 commit 9e22d4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/sim/blocks/blocks/jira.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -769,7 +769,7 @@ Return ONLY the comment text - no explanations.`,
769769
}
770770
return {
771771
...baseParams,
772-
projectId: finalProjectId.trim(),
772+
projectId: effectiveProjectId.trim(),
773773
}
774774
}
775775
case 'delete': {

0 commit comments

Comments
 (0)