Linting.
This commit is contained in:
parent
bd182d5b3b
commit
2e8e21e5d2
|
@ -123,7 +123,7 @@
|
|||
}
|
||||
if (defaultVal) {
|
||||
await fetch.update({
|
||||
query: {equal: {_id: defaultValue}}
|
||||
query: { equal: { _id: defaultValue } },
|
||||
})
|
||||
fetchedDefault = $fetch.rows?.[0]
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue