[👷] 쿼리 부분 공백 오류 수정
All checks were successful
JJ_Back/pipeline/head This commit looks good

This commit is contained in:
김선규 2024-08-29 09:41:58 +09:00
parent 359e2a1802
commit 83c60a7456

View File

@ -18,6 +18,7 @@ router.get('/version', async (req, res) => {
const queryParams = [];
if (os_type) {
query += ' ';
query += 'WHERE os_type = ?';
queryParams.push(os_type);
}