From 47c2fa94555108e91cc4cea23b331ab192f5be3c Mon Sep 17 00:00:00 2001 From: Kumi Date: Wed, 12 Jun 2024 12:00:40 +0200 Subject: [PATCH] fix(finances): update server costs in EUR Adjusted the server costs in the finances dataset to reflect the latest expense of -85.62 EUR. This ensures 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 112b5dc..81a8380 100644 --- a/data/finances.json +++ b/data/finances.json @@ -31,7 +31,7 @@ "EUR": 50 }, "Server Costs": { - "EUR": -69.67 + "EUR": -85.62 } } }