Fix property.

This commit is contained in:
Brian Cao 2024-02-06 12:29:43 -08:00
parent e915074c4b
commit 305a161509

View File

@ -21,7 +21,7 @@ async function findUser(
...criteria,
where: {
...criteria.where,
...(showDeleted && { delatedAt: null }),
...(showDeleted && { deletedAt: null }),
},
select: {
id: true,