fix(data): correct membership fee value in finances.json
All checks were successful
Build and Deploy Static Site / build (push) Successful in 58s
All checks were successful
Build and Deploy Static Site / build (push) Successful in 58s
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.
This commit is contained in:
parent
f507ddbc65
commit
af2767377f
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@
|
||||||
},
|
},
|
||||||
"8": {
|
"8": {
|
||||||
"Membership Fees": {
|
"Membership Fees": {
|
||||||
"EUR": 25
|
"EUR": 325
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue