Skip to content

Commit b2cc3fb

Browse files
committed
Added public to redeemed by mapping
1 parent 7346e79 commit b2cc3fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/foundry/contracts/KiddoPerks.sol

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ contract KiddoPerks is Ownable {
3434
uint256 public s_childrenNextId = 0;
3535

3636
mapping(uint256 => Perk) public s_perks;
37-
mapping(uint256 perkId => mapping(address by => bool isRedeemed))
37+
mapping(uint256 perkId => mapping(address by => bool isRedeemed)) public
3838
s_perksRedeemedBy;
3939
uint256 public s_perksNextId = 0;
4040

0 commit comments

Comments
 (0)