From 83c60a745675a5c8596f3175e76e714cd452b5df Mon Sep 17 00:00:00 2001 From: "seonkyu.kim" Date: Thu, 29 Aug 2024 09:41:58 +0900 Subject: [PATCH] =?UTF-8?q?[=F0=9F=91=B7]=20=20=EC=BF=BC=EB=A6=AC=20?= =?UTF-8?q?=EB=B6=80=EB=B6=84=20=EA=B3=B5=EB=B0=B1=20=EC=98=A4=EB=A5=98=20?= =?UTF-8?q?=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/app.js | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/app.js b/apps/app.js index 282fd8b..ba6ef77 100644 --- a/apps/app.js +++ b/apps/app.js @@ -18,6 +18,7 @@ router.get('/version', async (req, res) => { const queryParams = []; if (os_type) { + query += ' '; query += 'WHERE os_type = ?'; queryParams.push(os_type); }