Skip to content

Commit

Permalink
Update Currency.ts (#3)
Browse files Browse the repository at this point in the history
Fix typo in Currency enum - was "GPB", replaced with "GBP"
  • Loading branch information
igorszostek authored Feb 20, 2023
1 parent 1221d01 commit 9d2b639
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/enums/Currency.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
export enum Currency {
PLN = 'PLN',
EUR = 'EUR',
GBP = 'GPB',
GBP = 'GBP',
CZK = 'CZK',
USD = 'USD',
}

0 comments on commit 9d2b639

Please sign in to comment.