mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
Fix linting.
This commit is contained in:
parent
f8cdad7e58
commit
70db65044c
@ -50,6 +50,7 @@ export class ContributionResolver {
|
||||
const user = getUser(context)
|
||||
const where: {
|
||||
userId: number
|
||||
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
||||
confirmedBy?: FindOperator<any> | null
|
||||
} = { userId: user.id }
|
||||
if (filterConfirmed) where.confirmedBy = IsNull()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user