Skip to content

Commit

Permalink
chore: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
kulkarohan committed Oct 18, 2023
1 parent df796ff commit 25b5b99
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/1155-contracts/src/nft/ZoraCreator1155Impl.sol
Original file line number Diff line number Diff line change
Expand Up @@ -461,8 +461,8 @@ contract ZoraCreator1155Impl is
function getCreatorRewardRecipient(uint256 tokenId) public view returns (address payable) {
if (getRoyalties(tokenId).royaltyRecipient != address(0)) {
return payable(getRoyalties(tokenId).royaltyRecipient);
}
}

if (config.fundsRecipient != address(0)) {
return payable(config.fundsRecipient);
}
Expand Down

0 comments on commit 25b5b99

Please sign in to comment.