mirror of
https://codeberg.org/yeentown/barkey.git
synced 2025-07-06 20:16:57 +00:00
fix typescript error in WebhookTestService.ts (this is the WORST class and needs to be removed please /sob)
This commit is contained in:
parent
a35c2f214b
commit
e0f3780885
1 changed files with 1 additions and 0 deletions
|
@ -101,6 +101,7 @@ function generateDummyUser(override?: Partial<MiUser>): MiUser {
|
|||
enableRss: true,
|
||||
mandatoryCW: null,
|
||||
rejectQuotes: false,
|
||||
allowUnsignedFetch: 'staff',
|
||||
...override,
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue