From 05eaf51d8d96098695bc56daccd02bb0c9d1770d Mon Sep 17 00:00:00 2001 From: Kumi Date: Fri, 18 Oct 2024 09:36:17 +0200 Subject: [PATCH] chore(finances): update server costs for accuracy Updated the server costs in the financial data from EUR -307.28 to EUR -416.78. This change reflects the latest incurred expenses, ensuring financial records remain 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 46eed6d..a7f6cb9 100644 --- a/data/finances.json +++ b/data/finances.json @@ -71,7 +71,7 @@ "EUR": 30.23 }, "Server Costs": { - "EUR": -307.28 + "EUR": -416.78 } } }