mirror of
https://github.com/hay-kot/mealie.git
synced 2025-08-22 14:33:33 -07:00
fix: lint app
This commit is contained in:
parent
af4b3d3eaa
commit
9452c6bbdd
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ export default defineComponent({
|
||||||
emit("update:modelValue", parseEvent(event));
|
emit("update:modelValue", parseEvent(event));
|
||||||
}
|
}
|
||||||
catch (e) {
|
catch (e) {
|
||||||
console.log("JSON parsing failed: ", e)
|
console.log("JSON parsing failed: ", e);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return {
|
return {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue