mirror of
https://github.com/BradNut/umami
synced 2025-09-08 17:40:29 +00:00
Fix property.
This commit is contained in:
parent
e915074c4b
commit
305a161509
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Reference in a new issue