fix typos

This commit is contained in:
Daniel afx 2022-03-23 05:52:03 +02:00
parent 794d1eb909
commit 8af3748821

View file

@ -14,7 +14,7 @@ class Startup
run() run()
{ {
this.setupRadio(); break; this.setupRadio();
} }
setupRadio() setupRadio()
@ -25,7 +25,6 @@ class Startup
} }
for (let i = 0; i < this.config.radios.length; i++) { for (let i = 0; i < this.config.radios.length; i++) {
this.startRadio(this.config.radios[i]); this.startRadio(this.config.radios[i]);
}
} }
this.setupSignals(); this.setupSignals();
} }