From 1c2bab6acf959790babaa603f9a56ad206547b56 Mon Sep 17 00:00:00 2001 From: Kumi Date: Sat, 9 Nov 2024 08:28:20 +0100 Subject: [PATCH] fix(finances): update server costs entry MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Adjusted the server costs in the financial data from €110 to €237.27 to reflect updated expenses. This change ensures that financial records are accurate and up-to-date, aiding in proper financial tracking and planning. --- data/finances.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/finances.json b/data/finances.json index 1165fa5..43edd5c 100644 --- a/data/finances.json +++ b/data/finances.json @@ -83,7 +83,7 @@ "EUR": 30.23 }, "Server Costs": { - "EUR": -110 + "EUR": -237.27 } } }