Update src/js/serial_backend.js

As suggested

Co-authored-by: haslinghuis <mark@numloq.nl>
10.9-maintenance
Eike Ahmels 2022-09-10 13:25:12 +02:00 committed by GitHub
parent 777f2b6383
commit d03cdfc425
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,7 @@ function initializeSerialBackend() {
finishClose(toggleStatus);
}
mspHelper?.setArmingEnabled(true, false, onFinishCallback);
mspHelper.setArmingEnabled(true, false, onFinishCallback);
}
}
}