[CodeFactor] Apply fixes to commit 53955a8

This commit is contained in:
codefactor-io 2023-12-21 14:05:44 +00:00
parent 53955a8107
commit 67483c6dc4
No known key found for this signature in database
GPG key ID: B66B2D63282C190F

View file

@ -101,8 +101,6 @@ export function stopTransmission() {
return apiPost("/modem/stop_transmission");
}
export function sendModemTestFrame() {
return apiPost("/modem/send_test_frame");
}