From c116bce83bb500eba3f316633c5de0d81aa42132 Mon Sep 17 00:00:00 2001 From: Kumi Date: Wed, 28 Aug 2024 10:37:04 +0200 Subject: [PATCH] fix(finances): update server costs for accuracy Updated the server costs in the financial records to reflect the latest expenses. Ensures accurate financial reporting. No functional code changes made. --- data/finances.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/finances.json b/data/finances.json index 4cb0e92..22e5df5 100644 --- a/data/finances.json +++ b/data/finances.json @@ -52,7 +52,7 @@ "EUR": 382.42 }, "Server Costs": { - "EUR": -339.19 + "EUR": -416.47 } } }