mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
moderator to moderatorId
This commit is contained in:
parent
d56390bad0
commit
3d41f1d9f3
@ -42,7 +42,7 @@ const defaultData = () => {
|
|||||||
amount: 500,
|
amount: 500,
|
||||||
memo: 'Danke für alles',
|
memo: 'Danke für alles',
|
||||||
date: new Date(),
|
date: new Date(),
|
||||||
moderator: 1,
|
moderatorId: 1,
|
||||||
state: 'PENDING',
|
state: 'PENDING',
|
||||||
creation: [500, 500, 500],
|
creation: [500, 500, 500],
|
||||||
messagesCount: 0,
|
messagesCount: 0,
|
||||||
@ -64,7 +64,7 @@ const defaultData = () => {
|
|||||||
amount: 1000000,
|
amount: 1000000,
|
||||||
memo: 'Gut Ergattert',
|
memo: 'Gut Ergattert',
|
||||||
date: new Date(),
|
date: new Date(),
|
||||||
moderator: 1,
|
moderatorId: 1,
|
||||||
state: 'PENDING',
|
state: 'PENDING',
|
||||||
creation: [500, 500, 500],
|
creation: [500, 500, 500],
|
||||||
messagesCount: 0,
|
messagesCount: 0,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user