From 68d6286aed648f963f5a4fbabee8684783310972 Mon Sep 17 00:00:00 2001 From: Kumi Date: Wed, 24 Jul 2024 13:04:34 +0200 Subject: [PATCH] fix(finances): update server cost in EUR Adjusted the server cost from 225.7 to 244.1 EUR to reflect the latest expenses accurately. Ensuring financial data remains up-to-date for correct reporting and budgeting. --- data/finances.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/finances.json b/data/finances.json index b3783ab..126aea5 100644 --- a/data/finances.json +++ b/data/finances.json @@ -44,7 +44,7 @@ "XMR": 1.0 }, "Server Costs": { - "EUR": -225.7 + "EUR": -244.1 } } }