Skip to content

Commit

Permalink
fix: correct param name for hasPermission in checkIsMoveToAllowed
Browse files Browse the repository at this point in the history
  • Loading branch information
roienatan committed Dec 27, 2023
1 parent 3fecb7b commit cc8d542
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export const checkIsMoveToAllowed = (
governance: {
circles: options.governanceCircles || {},
},
key: GovernanceActions.MOVE_FROM_HERE,
action: GovernanceActions.MOVE_FROM_HERE,
})
);
};

0 comments on commit cc8d542

Please sign in to comment.