diff --git a/confiture-web-app/src/components/ui/Tiptap.vue b/confiture-web-app/src/components/ui/Tiptap.vue index 7936acc57..01b5d2ba3 100644 --- a/confiture-web-app/src/components/ui/Tiptap.vue +++ b/confiture-web-app/src/components/ui/Tiptap.vue @@ -35,7 +35,7 @@ function getContent() { let jsonContent; try { jsonContent = JSON.parse(props.content); - } finally (e) { + } finally { return jsonContent; } }