This commit is contained in:
mike12345567 2023-10-12 19:20:03 +01:00
parent bd182d5b3b
commit 2e8e21e5d2
1 changed files with 1 additions and 1 deletions

View File

@ -123,7 +123,7 @@
}
if (defaultVal) {
await fetch.update({
query: {equal: {_id: defaultValue}}
query: { equal: { _id: defaultValue } },
})
fetchedDefault = $fetch.rows?.[0]
}