From aebac22feff22ba6e7d05f1e21f779a3ba2b2a33 Mon Sep 17 00:00:00 2001 From: Kumi Date: Sat, 17 Aug 2024 16:40:13 +0200 Subject: [PATCH] fix: update server costs in finances.json Adjusted the "Server Costs" in EUR from -229.69 to -339.19 to reflect updated accounting information. This ensures the financial data is current and accurate. --- data/finances.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/finances.json b/data/finances.json index 3af3f93..83234c3 100644 --- a/data/finances.json +++ b/data/finances.json @@ -52,7 +52,7 @@ "EUR": 325 }, "Server Costs": { - "EUR": -229.69 + "EUR": -339.19 } } }