-
Notifications
You must be signed in to change notification settings - Fork 1
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
[TECH-471] VotingRounds #210
Conversation
@@ -510,6 +513,18 @@ export class AVClient implements IAVClient { | |||
return ballotConfigs[voterSession.content.voterGroup] | |||
} | |||
|
|||
public getVoterContestConfigs(): ContestConfig[] { |
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.
Where is this method used?
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.
It is not used in JS-client, but I asked @av-mads yesterday, and he told me that it is supposed to be used by calling it from outside (instances of AVclient I'd guess).
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.
It's used by liminal I think. May also be used elsewhere
No description provided.