diff options
Diffstat (limited to 'src/app.js')
| -rw-r--r-- | src/app.js | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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({ |
