fix(data): correct server costs in finances.json
All checks were successful
Build and Deploy Static Site / build (push) Successful in 59s
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:
parent
42a4f53c42
commit
538746adc7
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@
|
||||||
"EUR": 390.69
|
"EUR": 390.69
|
||||||
},
|
},
|
||||||
"Server Costs": {
|
"Server Costs": {
|
||||||
"EUR": -36.67
|
"EUR": -243.46
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue