fix(finances): update server costs for accuracy
All checks were successful
Build and Deploy Static Site / build (push) Successful in 58s
All checks were successful
Build and Deploy Static Site / build (push) Successful in 58s
Updated the server costs in the financial records to reflect the latest expenses. Ensures accurate financial reporting. No functional code changes made.
This commit is contained in:
parent
d3e77c0090
commit
c116bce83b
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@
|
||||||
"EUR": 382.42
|
"EUR": 382.42
|
||||||
},
|
},
|
||||||
"Server Costs": {
|
"Server Costs": {
|
||||||
"EUR": -339.19
|
"EUR": -416.47
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue