fix(data): correct server costs in finances.json
All checks were successful
Build and Deploy Static Site / build (push) Successful in 59s

Updated server costs in EUR from -36.67 to -243.46 to accurately reflect current expenditures. This adjustment ensures financial data integrity and prevents discrepancies in budget reporting.
This commit is contained in:
Kumi 2024-09-14 08:41:34 +02:00
parent 42a4f53c42
commit 538746adc7
Signed by: kumi
GPG key ID: ECBCC9082395383F

View file

@ -60,7 +60,7 @@
"EUR": 390.69
},
"Server Costs": {
"EUR": -36.67
"EUR": -243.46
}
}
}