]> git.immae.eu Git - github/bastienwirtz/homer.git/blobdiff - src/components/services/Portainer.vue
Linting update
[github/bastienwirtz/homer.git] / src / components / services / Portainer.vue
index d101ecc36c35293a6d552a703f8f4ebd6c7beefb..cfc762e984e3c35764183d02dc78ba266fe2a4e0 100644 (file)
@@ -78,7 +78,7 @@ export default {
       this.endpoints = await this.fetch("/api/endpoints", { headers }).catch(
         (e) => {
           console.error(e);
-        }
+        },
       );
 
       let containers = [];
@@ -93,7 +93,7 @@ export default {
         const endpointContainers = await this.fetch(uri, { headers }).catch(
           (e) => {
             console.error(e);
-          }
+          },
         );
 
         if (endpointContainers) {