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,
|
...criteria,
|
||||||
where: {
|
where: {
|
||||||
...criteria.where,
|
...criteria.where,
|
||||||
...(showDeleted && { delatedAt: null }),
|
...(showDeleted && { deletedAt: null }),
|
||||||
},
|
},
|
||||||
select: {
|
select: {
|
||||||
id: true,
|
id: true,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user