We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7346e79 commit b2cc3fbCopy full SHA for b2cc3fb
packages/foundry/contracts/KiddoPerks.sol
@@ -34,7 +34,7 @@ contract KiddoPerks is Ownable {
34
uint256 public s_childrenNextId = 0;
35
36
mapping(uint256 => Perk) public s_perks;
37
- mapping(uint256 perkId => mapping(address by => bool isRedeemed))
+ mapping(uint256 perkId => mapping(address by => bool isRedeemed)) public
38
s_perksRedeemedBy;
39
uint256 public s_perksNextId = 0;
40
0 commit comments