formatted the code
This commit is contained in:
parent
c400078037
commit
b1eadef176
2 changed files with 1 additions and 2 deletions
|
@ -46,7 +46,6 @@ const request = {
|
||||||
};
|
};
|
||||||
|
|
||||||
function _moneyToString (m) {
|
function _moneyToString (m) {
|
||||||
|
|
||||||
return `${m.units}.${m.nanos.toString().padStart(9,'0')} ${m.currency_code}`;
|
return `${m.units}.${m.nanos.toString().padStart(9,'0')} ${m.currency_code}`;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue