Run Formatting

This commit is contained in:
Joel Klabo 2023-01-10 09:41:15 -08:00
parent f237bdd4b7
commit 2ae97817a7

View File

@ -280,7 +280,7 @@
'YYYY-MM-DD HH:mm'
)
if (obj.currency != "Satoshis") {
if (obj.currency != 'Satoshis') {
obj.amount = parseFloat(obj.amount / 100).toFixed(2)
}