@@ -152,7 +152,7 @@
total += devices.length
for (var i in devices) {
if (devices[i].type == 'cabinet') {
- const boxinfo = null
+ let boxinfo = null
try {
boxinfo = await getInfo(devices[i].code);
}
@@ -336,4 +336,4 @@
width: 9vw;
margin-top: 1vh;
-</style>
+</style>