feat(Currency.js): get default currency
This commit introduces several changes in bin/Currency.js to make the code more readable and consistent:
- Improved function declaration style: Rather than using
function(arg1, arg2) { .. }
, we now usefunction (arg1, arg2) { .. }
for better style consistency. - Cleaned up unnecessary whitespace: Removed redundant lines to make the code cleaner and more readable.
- Added a new function: Introduced a new function
getDefaultCurrency()
for fetching the default system currency. This asynchronous function returns a Promise that resolves to the code of the default currency.
Merge Request-Berichte
Aktivität
mentioned in commit 064efcd7
This MR is included in version 2.1.0The release is available on GitLab release.
Your semantic-release bot
Bitte registriere oder melde dich an um zu antworten