Skip to content

Commit

Permalink
Fix #311
Browse files Browse the repository at this point in the history
  • Loading branch information
marcvelmer committed Nov 27, 2023
1 parent 10ee8cf commit 1fd132b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/election.ts
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ export class ElectionService extends Service implements ElectionServicePropertie
invariant(this.censusService, 'No census service set');

const electionInfo = await ElectionAPI.info(this.url, electionId).catch((err) => {
err.electionId = electionInfo.electionId;
err.electionId = electionId;
throw err;
});

Expand Down

0 comments on commit 1fd132b

Please sign in to comment.