From d8b7889401c71173538547c0c1de0ffa81525d08 Mon Sep 17 00:00:00 2001 From: codefactor-io Date: Thu, 9 Nov 2023 17:00:30 +0000 Subject: [PATCH] [CodeFactor] Apply fixes to commit 3b9db29 --- gui/src/js/eventHandler.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/gui/src/js/eventHandler.js b/gui/src/js/eventHandler.js index 04bfef2c..59999bbc 100644 --- a/gui/src/js/eventHandler.js +++ b/gui/src/js/eventHandler.js @@ -26,9 +26,7 @@ export function eventDispatcher(data) { // Todo we might use a switch function for data dispatching stateStore.ptt_state = data.ptt; - - - // copied directly from sock.js We need to implement these variables step by step + // copied directly from sock.js We need to implement these variables step by step if (data["command"] == "modem_state") { //console.log(data)