Skip to content

Commit

Permalink
chore: indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanorosanelli committed Jan 22, 2025
1 parent a2eb84d commit 4da1fa5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/chatbot-iframe/[uuid].vue
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 4da1fa5

Please sign in to comment.