From 5058562d02713dd9020209e7b6539831263dc605 Mon Sep 17 00:00:00 2001 From: Kumi Date: Mon, 2 Sep 2024 16:31:57 +0200 Subject: [PATCH] fix: update membership fee in financial data Increased the membership fee in EUR from 25 to 75 to reflect the current income. This change ensures the financial data remains accurate. No functional impact on the application but improves data consistency. --- data/finances.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/finances.json b/data/finances.json index e6f3a80..16f621d 100644 --- a/data/finances.json +++ b/data/finances.json @@ -57,7 +57,7 @@ }, "9": { "Membership Fees": { - "EUR": 25 + "EUR": 75 } } }