Ayush Sharma 4 lat temu
rodzic
commit
4be3f5e968
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      ui/src/App.vue

+ 1 - 1
ui/src/App.vue

@@ -239,7 +239,7 @@ export default {
         this.deviceData = await response.json();
         this.loading = false;
       }
-    })
+    });
   },
 
 };