fix typescript errors in WebhookTestService.ts
This commit is contained in:
parent
ea89348b62
commit
935a62f5e5
1 changed files with 1 additions and 0 deletions
|
@ -99,6 +99,7 @@ function generateDummyUser(override?: Partial<MiUser>): MiUser {
|
||||||
signupReason: null,
|
signupReason: null,
|
||||||
noindex: false,
|
noindex: false,
|
||||||
enableRss: true,
|
enableRss: true,
|
||||||
|
mandatoryCW: null,
|
||||||
...override,
|
...override,
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue