Fix some broken links

This commit is contained in:
2022-10-18 14:43:59 +02:00
parent 71a34fc881
commit 922b8b6001
3 changed files with 5 additions and 4 deletions

View File

@@ -50,7 +50,8 @@ const load_transactions = async () => {
month.total_deducted += row.subscription_charge + row.storage_charge + row.bandwidth_charge
})
month.total_storage_used /= month.rows.length
// Divide the total storage usage by the number of days in a month
month.total_storage_used /= 30.4375
transactions = month
} catch (err) {