Skip to content

Commit

Permalink
Added raw data to fetchElection when function throws error
Browse files Browse the repository at this point in the history
  • Loading branch information
marcvelmer committed Jul 4, 2024
1 parent 7008efe commit a496a36
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/services/election.ts
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,6 @@ export class ElectionService extends Service implements ElectionServicePropertie
} catch (e) {
e.electionId = electionId;
e.raw = electionInformation;
console.log(e);
throw e;
}

Expand Down

0 comments on commit a496a36

Please sign in to comment.