From ff6da86cb6783d89e42e6a2c5e4c2537d91254c4 Mon Sep 17 00:00:00 2001 From: Kumi Date: Tue, 30 Jul 2024 15:33:48 +0200 Subject: [PATCH] chore(finances): update membership fees and server costs Adjusted the EUR amounts for membership fees and server costs for July, reflecting recent changes in financial data. Ensuring financial records are up-to-date and accurate. --- data/finances.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/finances.json b/data/finances.json index e736702..b00cb58 100644 --- a/data/finances.json +++ b/data/finances.json @@ -38,13 +38,13 @@ }, "7": { "Membership Fees": { - "EUR": 402.42 + "EUR": 422.42 }, "Donations": { "XMR": 1.0 }, "Server Costs": { - "EUR": -247.52 + "EUR": -264.99 } } }