diff --git a/javascript/solution/client-details/index.js b/javascript/solution/client-details/index.js index 704318a..d2401fa 100644 --- a/javascript/solution/client-details/index.js +++ b/javascript/solution/client-details/index.js @@ -1,5 +1,5 @@ -import IOBrowser from '@interopio/browser'; -import IOWorkspaces from '@interopio/workspaces-api'; +import IOBrowser from "@interopio/browser"; +import IOWorkspaces from "@interopio/workspaces-api"; const setFields = (client) => { const elementName = document.querySelectorAll("[data-name]")[0]; @@ -42,9 +42,9 @@ const start = async () => { if (context.client) { setFields(context.client); myWorkspace.setTitle(context.client.name); - }; + } }); - }; + } }; -start().catch(console.error); \ No newline at end of file +start().catch(console.error); diff --git a/javascript/solution/clients/index.html b/javascript/solution/clients/index.html index 953a22a..7b3bbce 100644 --- a/javascript/solution/clients/index.html +++ b/javascript/solution/clients/index.html @@ -49,4 +49,4 @@