mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2025-03-01 10:33:28 +00:00
Correct CodeQL finding
This commit is contained in:
parent
cd688beca7
commit
0ef3f14f87
@ -2104,7 +2104,7 @@ var updateOutputSelectList = function (ledType, discoveryInfo) {
|
|||||||
|
|
||||||
var title = "FTDI";
|
var title = "FTDI";
|
||||||
if (device.manufacturer) {
|
if (device.manufacturer) {
|
||||||
title = device.manufacturer
|
title = device.manufacturer;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (device.serialNumber) {
|
if (device.serialNumber) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user