mirror of
https://codeberg.org/yeentown/barkey.git
synced 2025-07-07 04:26:58 +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,
|
enableRss: true,
|
||||||
mandatoryCW: null,
|
mandatoryCW: null,
|
||||||
rejectQuotes: false,
|
rejectQuotes: false,
|
||||||
|
allowUnsignedFetch: 'staff',
|
||||||
...override,
|
...override,
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue