Skip to content

Commit

Permalink
Fixed lint
Browse files Browse the repository at this point in the history
  • Loading branch information
marcvelmer committed Oct 25, 2024
1 parent 53cfa3e commit da6fd4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types/election/unpublished.ts
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ export class UnpublishedElection extends Election {
return {
title: choice.title,
value: choice.value,
meta: choice.meta,
meta: choice.meta,
};
}),
};
Expand Down

0 comments on commit da6fd4b

Please sign in to comment.