-
Notifications
You must be signed in to change notification settings - Fork 582
Move voting from snapshot #411
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good!
Can you resolve conflicts @aiinkiestism |
getNumberWithOrdinal, | ||
getProvider, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you export voting classes here too?
getNumberWithOrdinal, | |
getProvider, | |
getNumberWithOrdinal, | |
voting, | |
getProvider, |
@aiinkiestism can you fix the build error? |
@samuveth |
Looks good thanks @aiinkiestism ! |
Fixes #398 .
Changes proposed in this pull request:
I also moved getNumberWithOrdinal from snapshot into snapshot.js because it's only imported from voting/rankedChoice.ts
See this PR too