updated donations.json
All checks were successful
Build and Deploy Website / Build Website (push) Has been skipped
Build and Deploy Website / Deploy Website (push) Has been skipped
Build and Deploy Website / Build Dev Website (push) Successful in 45s
Build and Deploy Website / Deploy Dev Website (push) Successful in 14s
All checks were successful
Build and Deploy Website / Build Website (push) Has been skipped
Build and Deploy Website / Deploy Website (push) Has been skipped
Build and Deploy Website / Build Dev Website (push) Successful in 45s
Build and Deploy Website / Deploy Dev Website (push) Successful in 14s
This commit is contained in:
parent
29c73ab80b
commit
fe8674c51a
1 changed files with 9 additions and 1 deletions
|
@ -1,7 +1,15 @@
|
||||||
[
|
[
|
||||||
{
|
{
|
||||||
"year": 2025,
|
"year": 2025,
|
||||||
"donations": []
|
"donations": [
|
||||||
|
{
|
||||||
|
"date": "31.01.2025",
|
||||||
|
"amount": 10,
|
||||||
|
"via": "banktransfer",
|
||||||
|
"from": "Andresimous",
|
||||||
|
"first": true
|
||||||
|
}
|
||||||
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"year": 2024,
|
"year": 2024,
|
||||||
|
|
Loading…
Reference in a new issue