feat: Adds December membership fees to finances

Inserts December membership fees to the JSON structure, ensuring accurate financial records for the end-of-year period.
This commit is contained in:
Kumi 2024-12-01 16:04:04 +01:00
parent 690386628a
commit 0faeb4658e
Signed by: kumi
GPG key ID: ECBCC9082395383F

View file

@ -85,6 +85,11 @@
"Server Costs": {
"EUR": -366.93
}
},
"12": {
"Membership Fees": {
"EUR": 25
}
}
}
}