From 4c851f4ef5df558a522239838dc4c6b9ac174104 Mon Sep 17 00:00:00 2001 From: Kumi Date: Mon, 29 Jul 2024 15:57:09 +0200 Subject: [PATCH] fix(data): update server costs in finances.json Updated server costs to reflect the current expense accurately. Ensures financial data remains up-to-date and reflects true expenditures. --- data/finances.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/finances.json b/data/finances.json index 126aea5..e736702 100644 --- a/data/finances.json +++ b/data/finances.json @@ -44,7 +44,7 @@ "XMR": 1.0 }, "Server Costs": { - "EUR": -244.1 + "EUR": -247.52 } } }