Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronPlave committed Feb 3, 2025
1 parent d01275f commit 2def8bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/activity/ActivityDirectiveChangelog.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@
// Get effective arguments for all revisions by coalescing defaults with args supplied in revision
const defaultArguments = $activityArgumentDefaultsMap[activityType?.name || ''] ?? null;
defaultArguments.effectiveRevisionArguments = activityRevisions.map(revision => {
effectiveRevisionArguments = activityRevisions.map(revision => {
return {
...defaultArguments?.arguments,
...revision.arguments,
Expand Down

0 comments on commit 2def8bf

Please sign in to comment.