From 67483c6dc40f62fd96bcbc74c9e7f29ed0d89770 Mon Sep 17 00:00:00 2001 From: codefactor-io Date: Thu, 21 Dec 2023 14:05:44 +0000 Subject: [PATCH] [CodeFactor] Apply fixes to commit 53955a8 --- gui/src/js/api.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/gui/src/js/api.js b/gui/src/js/api.js index e2d4b43e..24d9a359 100644 --- a/gui/src/js/api.js +++ b/gui/src/js/api.js @@ -101,8 +101,6 @@ export function stopTransmission() { return apiPost("/modem/stop_transmission"); } - - export function sendModemTestFrame() { return apiPost("/modem/send_test_frame"); }