fix typescript error in WebhookTestService.ts (this is the WORST class and needs to be removed please /sob)

This commit is contained in:
Hazelnoot 2025-02-22 20:34:45 -05:00
parent a35c2f214b
commit e0f3780885

View file

@ -101,6 +101,7 @@ function generateDummyUser(override?: Partial<MiUser>): MiUser {
enableRss: true,
mandatoryCW: null,
rejectQuotes: false,
allowUnsignedFetch: 'staff',
...override,
};
}