mirror of
https://github.com/umami-software/umami.git
synced 2026-02-13 00:55:37 +01: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…
Add table
Add a link
Reference in a new issue