Skip to content

Commit

Permalink
chore: enhanced JSDocs
Browse files Browse the repository at this point in the history
  • Loading branch information
danielmain committed Apr 25, 2024
1 parent d147d47 commit 76c1ebb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ export const mapCoreVoterToVoter = (coreVoter: CoreVoter): Voter => {
* @param {CoreVote} vote - The vote integer representing a voting decision.
* @returns {VoteOption} The corresponding LedgerJS VoteOption.
*/
const mapVoteOption = (vote: CoreVote): VoteOption => {
export const mapVoteOption = (vote: CoreVote): VoteOption => {
// Implement this based on how the raw data translates to VoteOption
switch (vote) {
case 0:
Expand Down

0 comments on commit 76c1ebb

Please sign in to comment.