Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
stephtr committed Nov 6, 2023
1 parent 97f68f3 commit 0824039
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions website/src/lib/calculator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ function parseCalculationMessages(messagesString: string): {

export class Calculator {
history = new History();

settings = new Settings();

#isLoaded = false;
Expand Down

0 comments on commit 0824039

Please sign in to comment.