Skip to content

Commit

Permalink
prettier pass #2
Browse files Browse the repository at this point in the history
  • Loading branch information
spersico committed Apr 10, 2023
1 parent e983c4d commit cf37ed6
Show file tree
Hide file tree
Showing 15 changed files with 478 additions and 462 deletions.
5 changes: 4 additions & 1 deletion countryData/constants.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
export const DATA_FOLDER = `${process.cwd()}/countryData/data`;
export const PROVIDERS_DATA_FOLDER = `${DATA_FOLDER}/providers`;
export const MONTHS_TO_AVERAGE_ESTIMATED_CPI = 6;
export const CURRENCY_INFO_FALLBACK = ['USD', { "name": "United States dollar", "symbol": "$" }];
export const CURRENCY_INFO_FALLBACK = [
"USD",
{ name: "United States dollar", symbol: "$" },
];
Loading

1 comment on commit cf37ed6

@vercel
Copy link

@vercel vercel bot commented on cf37ed6 Apr 10, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

raise-calc – ./

raise-calc-spersico.vercel.app
raise-calc-git-master-spersico.vercel.app
raise-calc.vercel.app

Please sign in to comment.