From 94af045e0cb3af7db1fc836de863abf91a2cf1df Mon Sep 17 00:00:00 2001 From: Skylar Grant Date: Mon, 2 Sep 2024 13:16:52 -0400 Subject: [PATCH] semicolon --- src/custom_modules/functions.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/custom_modules/functions.js b/src/custom_modules/functions.js index 1713f62..b232f07 100644 --- a/src/custom_modules/functions.js +++ b/src/custom_modules/functions.js @@ -90,7 +90,7 @@ module.exports = { // Wait to resolve module.exports.sleep(config.power.start.exhaustDelay).then(() => { resolve('Exhaust started.'); - } + }); }).catch(e => console.error(e)); }); },