Skip to content

Commit c1ddd7f

Browse files
committed
added logs
1 parent 89ec0c6 commit c1ddd7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tybotRoute/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,8 +177,8 @@ router.post('/ext/:botid', async (req, res) => {
177177
);
178178

179179

180+
console.log("/ext executed in ", Date.now() - t1);
180181
directivesPlug.processDirectives( () => {
181-
console.log("/ext executed in ", Date.now() - t1);
182182
winston.verbose("(tybotRoute) Actions - Directives executed.");
183183
});
184184
}

0 commit comments

Comments
 (0)