This commit is contained in:
parent
359e2a1802
commit
83c60a7456
|
@ -18,6 +18,7 @@ router.get('/version', async (req, res) => {
|
||||||
const queryParams = [];
|
const queryParams = [];
|
||||||
|
|
||||||
if (os_type) {
|
if (os_type) {
|
||||||
|
query += ' ';
|
||||||
query += 'WHERE os_type = ?';
|
query += 'WHERE os_type = ?';
|
||||||
queryParams.push(os_type);
|
queryParams.push(os_type);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user