Closed VictoriaMalouf closed 6 days ago
[
](URL)
For MVP there will be one election object. To access the election:
private final ElectionService electionService; @Autowired public AuthenticationController(ElectionService electionService) { this.electionService = electionService; } Election election = electionService.getElection(); // to access
PR type
Description
Related Issues/Tickets
QA Instruction, Screenshots etc...
[
](URL)
For MVP there will be one election object. To access the election:
Added/updated tests?
PR Checklist