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