Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
0xMayflower committed May 24, 2021
1 parent 21b7ca5 commit eb1e237
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions contracts/apps/Workhard.sol
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ contract Workhard is IWorkhard, ERC721, ERC20Recoverer {
CommonContracts private commons;
WorkhardDAO private controller;
mapping(uint256 => WorkhardDAO) private dao;
mapping(uint256 => string) public nameOf;
mapping(uint256 => string) public symbolOf;
mapping(uint256 => string) public override nameOf;
mapping(uint256 => string) public override symbolOf;
uint256[] private allDAOs;

mapping(address => uint256) private _daoAddressBook;
Expand Down

0 comments on commit eb1e237

Please sign in to comment.