@tiledesk/tiledesk-server 2.14.7 → 2.14.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +3 -0
- package/package.json +1 -1
- package/routes/kb.js +1 -0
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
package/routes/kb.js
CHANGED
|
@@ -247,6 +247,7 @@ router.post('/scrape/status', async (req, res) => {
|
|
|
247
247
|
let project_id = req.projectid;
|
|
248
248
|
// (EXAMPLE) body: { id, namespace }
|
|
249
249
|
let data = req.body;
|
|
250
|
+
let namespace_id = data.namespace;
|
|
250
251
|
winston.debug("/scrapeStatus req.body: ", req.body);
|
|
251
252
|
|
|
252
253
|
let returnObject = false;
|