summaryrefslogtreecommitdiff
path: root/src/app.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/app.js')
-rw-r--r--src/app.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/app.js b/src/app.js
index b3c31af..1e24ad8 100644
--- a/src/app.js
+++ b/src/app.js
@@ -18,8 +18,7 @@ app.get('/api/performCheck', async (req, res) => {
return;
}
const { id, query, type } = req.query;
-
- console.log(`Performing check with ID: ${id} Query: ${query} and Type: ${query}`);
+ console.log(`Performing check with ID: ${id} Query: ${query} and Type: ${type}`);
res.status(200).json(await performCheck(id, query, type));
return;
res.status(200).json({