From a9739ef944e74c38a333718c88d890b4b72f4a34 Mon Sep 17 00:00:00 2001 From: Kumi Date: Sat, 13 Jul 2024 10:00:59 +0200 Subject: [PATCH] fix(finances): update server cost in EUROS Increased the server costs under the "EUR" key to reflect the most recent expense update. This ensures that the financial records are accurate and up to date. --- data/finances.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/finances.json b/data/finances.json index 5833bf3..b29a9b2 100644 --- a/data/finances.json +++ b/data/finances.json @@ -42,7 +42,7 @@ "EUR": 395 }, "Server Costs": { - "EUR": -55.87 + "EUR": -225.7 } } }