Fix 501 when clearing user search field

This commit is contained in:
Andrew Kingston 2023-10-31 11:50:29 +00:00
parent 560c51aed5
commit fe60aced31
1 changed files with 1 additions and 1 deletions

View File

@ -142,7 +142,7 @@
const updateFetch = email => { const updateFetch = email => {
fetch.update({ fetch.update({
query: { query: {
email, email: email || null,
}, },
}) })
} }