From d5003ef77b32cfb8a0587777f17e63afec8b4367 Mon Sep 17 00:00:00 2001 From: Yaacov Date: Fri, 9 Aug 2024 11:20:16 +0200 Subject: [PATCH] Oops --- confiture-web-app/src/components/ui/Tiptap.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } }