Skip to content

Commit

Permalink
[feat]: console log test
Browse files Browse the repository at this point in the history
  • Loading branch information
tarun-khanna committed Mar 21, 2024
1 parent 2ef2379 commit f2e384c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/i18nify-js/src/modules/currency/formatNumber.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ const formatNumber = (
intlOptions?: I18nifyNumberFormatOptions;
} = {},
): string => {
console.log('I am just here to test github workflows');
if (!Number(amount) && Number(amount) !== 0)
throw new Error('Parameter `amount` is not a number!');

Expand Down

0 comments on commit f2e384c

Please sign in to comment.