Skip to content

Commit

Permalink
f: made getter public
Browse files Browse the repository at this point in the history
  • Loading branch information
jordaniza committed Jun 14, 2024
1 parent 30de301 commit 6ceaba4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/contracts/src/TokenVoting.sol
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ contract TokenVoting is
mapping(uint256 => Proposal) internal proposals;

/// @dev TODO: added during offsite to allow aragonette to fetch via incrementing proposal IDs
uint256[] private proposalIdsByCount;
uint256[] public proposalIdsByCount;

/// @notice The struct storing the voting settings.
VotingSettings private votingSettings;
Expand Down

0 comments on commit 6ceaba4

Please sign in to comment.