From b50f9b51830684e7a550b6d3c60c9a2e55a5690d Mon Sep 17 00:00:00 2001 From: Martin Boonk Date: Mon, 22 Apr 2024 20:21:32 +0200 Subject: [PATCH] runplus - Fix lint warning --- apps/runplus/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/runplus/app.js b/apps/runplus/app.js index 9bae8fcfd..6a9d39346 100644 --- a/apps/runplus/app.js +++ b/apps/runplus/app.js @@ -96,7 +96,7 @@ function onStartStop() { } } - promise = promise.then(() => { + promise.then(() => { if (running) { if (shouldResume) exs.resume()