From 6ec67f8891e2efad0e19731e25ca473853d9e227 Mon Sep 17 00:00:00 2001 From: Kumi Date: Tue, 9 Jul 2024 07:58:30 +0200 Subject: [PATCH] fix(finances): update server cost for accuracy Adjusted the server costs in the financial data from -32.72 EUR to -55.87 EUR to better reflect actual expenses. Ensures more accurate reporting and budget tracking. --- data/finances.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/finances.json b/data/finances.json index 20716fd..5833bf3 100644 --- a/data/finances.json +++ b/data/finances.json @@ -42,7 +42,7 @@ "EUR": 395 }, "Server Costs": { - "EUR": -32.72 + "EUR": -55.87 } } }