Skip to content

Commit

Permalink
chore: linter fix
Browse files Browse the repository at this point in the history
  • Loading branch information
amarinkovic committed Oct 3, 2024
1 parent de96e9a commit 8ef8a94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/facets/StakingFacet.sol
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ contract StakingFacet is Modifiers {
* @param _entityId entity ID
* @param _rewardTokenId currency ID of the reward
* @param _amount reward amount
*/
*/
function payReward(bytes32 _stakingRewardId, bytes32 _entityId, bytes32 _rewardTokenId, uint256 _amount) external notLocked assertPrivilege(_entityId, LC.GROUP_ENTITY_ADMINS) {
LibTokenizedVaultStaking._payReward(_stakingRewardId, _entityId, _rewardTokenId, _amount);
}
Expand Down

0 comments on commit 8ef8a94

Please sign in to comment.