fix: lint app

This commit is contained in:
mariodz95 2025-07-22 18:57:30 +02:00
commit 9452c6bbdd

View file

@ -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 {