Run Formatting
This commit is contained in:
@@ -280,7 +280,7 @@
|
|||||||
'YYYY-MM-DD HH:mm'
|
'YYYY-MM-DD HH:mm'
|
||||||
)
|
)
|
||||||
|
|
||||||
if (obj.currency != "Satoshis") {
|
if (obj.currency != 'Satoshis') {
|
||||||
obj.amount = parseFloat(obj.amount / 100).toFixed(2)
|
obj.amount = parseFloat(obj.amount / 100).toFixed(2)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user