From e37aff88a37a1a98cc955325d6f6abc6b9635bec Mon Sep 17 00:00:00 2001 From: Kumi Date: Wed, 5 Jun 2024 14:01:54 +0200 Subject: [PATCH] feat(finances): increase server costs in budget Updated the budget to reflect a more accurate estimation of monthly server costs. The increase from EUR 21.94 to EUR 69.67 addresses recent upgrades and higher usage rates, ensuring the budget more closely matches operational expenditures. This change is crucial for maintaining financial transparency and aids in future planning. --- data/finances.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/finances.json b/data/finances.json index af8c9fb..112b5dc 100644 --- a/data/finances.json +++ b/data/finances.json @@ -31,7 +31,7 @@ "EUR": 50 }, "Server Costs": { - "EUR": -21.94 + "EUR": -69.67 } } }