[CodeFactor] Apply fixes

This commit is contained in:
codefactor-io 2024-02-08 09:14:40 +00:00
parent beb8317f94
commit 6b0e06481c
No known key found for this signature in database
GPG key ID: B66B2D63282C190F

View file

@ -147,10 +147,8 @@ export function eventDispatcher(data) {
message = `Ping acknowledged from: ${data.dxcallsign}, SNR: ${data.snr}`;
displayToast("success", "bi-check-circle", message, 5000);
return;
}
case "arq":
if (data["arq-transfer-outbound"]) {
switch (data["arq-transfer-outbound"].state) {