From b47782b5e62cd00128cfd73fe3f7fe248fd68587 Mon Sep 17 00:00:00 2001 From: Kumi Date: Fri, 14 Jun 2024 14:29:45 +0200 Subject: [PATCH] fix(finances): update EUR server costs in finances.json Updated the server costs in EUR to reflect the latest billing. Ensures 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 4aff031..620a2f6 100644 --- a/data/finances.json +++ b/data/finances.json @@ -31,7 +31,7 @@ "EUR": 350 }, "Server Costs": { - "EUR": -119.20 + "EUR": -213.11 } } }