From 8f0946fb9dddcef6e9bdfa35fd30c4fce25f8747 Mon Sep 17 00:00:00 2001 From: Kumi Date: Thu, 8 Aug 2024 06:54:51 +0200 Subject: [PATCH] fix(data): update server cost in finances.json Updated the EUR value for server costs to reflect the latest expense receipts. This ensures that financial records stay 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 ee5ddfc..d4f03e4 100644 --- a/data/finances.json +++ b/data/finances.json @@ -52,7 +52,7 @@ "EUR": 325 }, "Server Costs": { - "EUR": -77.28 + "EUR": -84.48 } } }