Skip to content

Commit

Permalink
Hotfix wrongly generated types
Browse files Browse the repository at this point in the history
  • Loading branch information
krystof-k committed Sep 4, 2023
1 parent 61e9331 commit 87b4284
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions data/types/calculator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ export type ShortTitle = string;
*/
export type Description = string;
export type Calculator2 =
| StandaloneCalculator
| CalculatorFromAGroup
| CalculatorFromAnElection;
/* | StandaloneCalculator*/
/* | */CalculatorFromAGroup
/* | CalculatorFromAnElection*/;
/**
* Human-friendly unique key of a standalone calculator in the hyphen-separated lowercased format
*/
Expand Down

0 comments on commit 87b4284

Please sign in to comment.