From af2767377f41366b42e589f66546c8ca3986b339 Mon Sep 17 00:00:00 2001 From: Kumi Date: Fri, 2 Aug 2024 09:37:34 +0200 Subject: [PATCH] fix(data): correct membership fee value in finances.json Adjusted the membership fee from 25 EUR to the correct value of 325 EUR to reflect accurate income. This change ensures financial records are 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 a7a7181..72bb5e6 100644 --- a/data/finances.json +++ b/data/finances.json @@ -49,7 +49,7 @@ }, "8": { "Membership Fees": { - "EUR": 25 + "EUR": 325 } } }