mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Linting
This commit is contained in:
parent
f217c6f4ad
commit
74bf05cf06
1 changed files with 2 additions and 0 deletions
|
|
@ -21,6 +21,8 @@ export const setUserPersonalizationResolver = authorized<
|
|||
return t.getRepository(UserPersonalization).upsert(
|
||||
{
|
||||
user: { id: uid },
|
||||
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
||||
// eslint-disable-next-line @typescript-eslint/no-unsafe-assignment
|
||||
digestConfig: input.digestConfig as any,
|
||||
...newValues,
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue