From 4da1fa51714d07b32814348eb3af214fb9ae2cf9 Mon Sep 17 00:00:00 2001 From: stefanorosanelli Date: Wed, 22 Jan 2025 10:36:00 +0100 Subject: [PATCH] chore: indentation --- pages/chatbot-iframe/[uuid].vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/chatbot-iframe/[uuid].vue b/pages/chatbot-iframe/[uuid].vue index a960ee1..8abfa6b 100644 --- a/pages/chatbot-iframe/[uuid].vue +++ b/pages/chatbot-iframe/[uuid].vue @@ -23,7 +23,7 @@ onBeforeMount(async () => { try { const data = await $fetch(`/api/brevia/collections?uuid=${uuid}`); - collection.value = data; + collection.value = data; } catch (e) { console.error(e); err = true;