moderator to moderatorId

This commit is contained in:
Moriz Wahl 2023-03-10 14:24:34 +01:00
parent d56390bad0
commit 3d41f1d9f3

View File

@ -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,