mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
set moderator id to null
This commit is contained in:
parent
407e305b09
commit
90f4ccd932
@ -72,7 +72,7 @@ describe('Community', () => {
|
||||
messagesCount: 0,
|
||||
deniedAt: null,
|
||||
deniedBy: null,
|
||||
moderatorId: 69,
|
||||
moderatorId: null,
|
||||
},
|
||||
{
|
||||
id: 1550,
|
||||
@ -89,7 +89,7 @@ describe('Community', () => {
|
||||
messagesCount: 0,
|
||||
deniedAt: null,
|
||||
deniedBy: null,
|
||||
moderatorId: 69,
|
||||
moderatorId: null,
|
||||
},
|
||||
],
|
||||
contributionCount: 1,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user