Skip to content

Commit 1c79499

Browse files
committed
update
1 parent 0318499 commit 1c79499

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tybotRoute/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ let TILEBOT_ENDPOINT = null;
4242
let staticBots;
4343

4444
router.post('/ext/:botid', async (req, res) => {
45+
const t1 = Date.now();
4546
const botId = req.params.botid;
4647
winston.verbose("(tybotRoute) POST /ext/:botid called: " + botId)
4748
if(!botId || botId === "null" || botId === "undefined"){

0 commit comments

Comments
 (0)