From 71f476020cba1bf5987e1dc07eaf5a360be2d3c8 Mon Sep 17 00:00:00 2001 From: Kumi Date: Fri, 9 Aug 2024 07:19:55 +0200 Subject: [PATCH] fix(finances): update server costs in EUR Adjusted the server costs to reflect the significant increase from EUR -84.48 to EUR -229.69 in the finances data. This change ensures the accuracy of our financial records. --- data/finances.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/finances.json b/data/finances.json index d4f03e4..3af3f93 100644 --- a/data/finances.json +++ b/data/finances.json @@ -52,7 +52,7 @@ "EUR": 325 }, "Server Costs": { - "EUR": -84.48 + "EUR": -229.69 } } }