Skip to content

Commit

Permalink
fix: ref
Browse files Browse the repository at this point in the history
  • Loading branch information
fakenickels committed Dec 5, 2021
1 parent 3ed5e57 commit fdbfe6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/KittensHD.sol
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ contract KittensHD is
_setupRole(DAO_MEMBER, addr);
}

function _baseURI() internal pure override returns (string memory) {
function _baseURI() internal view override returns (string memory) {
return baseURI;
}

Expand Down

0 comments on commit fdbfe6a

Please sign in to comment.