diff options
| author | realS1ant <trb.9900@gmail.com> | 2021-04-11 02:47:01 -0500 |
|---|---|---|
| committer | realS1ant <trb.9900@gmail.com> | 2021-04-11 02:47:01 -0500 |
| commit | 84133947193e67ab2c5de5a550af4c1b007bf2b3 (patch) | |
| tree | 25ea3bcdc197b529da46776db1d85a370e36bf64 /src/app.js | |
| parent | f3d8acbc061e0d40018ace027080c895a04521a3 (diff) | |
| download | StreamFinder-84133947193e67ab2c5de5a550af4c1b007bf2b3.tar.xz StreamFinder-84133947193e67ab2c5de5a550af4c1b007bf2b3.zip | |
minimal changes
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({ |
