From a92d27e3b0f35a7ddf9f39ef15622a0fce017633 Mon Sep 17 00:00:00 2001 From: ellabellla <86757313+ellabellla@users.noreply.github.com> Date: Sat, 9 Mar 2024 21:42:00 +1100 Subject: [PATCH] fix: semi colon --- apps/hassio/hassio.boot.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/hassio/hassio.boot.js b/apps/hassio/hassio.boot.js index e9a203131..ff03e5d36 100644 --- a/apps/hassio/hassio.boot.js +++ b/apps/hassio/hassio.boot.js @@ -117,7 +117,7 @@ const runHassio = () => { log(); } -} +}; (function () { if (!hassioRunning) {