fix lint and typecheck.

This commit is contained in:
piuvas 2025-05-27 14:08:00 -03:00
parent b7b7488729
commit 79c4c79386
No known key found for this signature in database
2 changed files with 2 additions and 1 deletions

View file

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