mirror of
https://github.com/kremalicious/umami.git
synced 2025-02-14 21:10:34 +01:00
Fix property.
This commit is contained in:
parent
e915074c4b
commit
305a161509
@ -21,7 +21,7 @@ async function findUser(
|
||||
...criteria,
|
||||
where: {
|
||||
...criteria.where,
|
||||
...(showDeleted && { delatedAt: null }),
|
||||
...(showDeleted && { deletedAt: null }),
|
||||
},
|
||||
select: {
|
||||
id: true,
|
||||
|
Loading…
Reference in New Issue
Block a user