We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0318499 commit 1c79499Copy full SHA for 1c79499
tybotRoute/index.js
@@ -42,6 +42,7 @@ let TILEBOT_ENDPOINT = null;
42
let staticBots;
43
44
router.post('/ext/:botid', async (req, res) => {
45
+ const t1 = Date.now();
46
const botId = req.params.botid;
47
winston.verbose("(tybotRoute) POST /ext/:botid called: " + botId)
48
if(!botId || botId === "null" || botId === "undefined"){
0 commit comments