We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5cc2ab4 + a6d16ca commit 8366114Copy full SHA for 8366114
index.js
@@ -523,7 +523,7 @@ https://github.com/TiagoDanin/Telegraf-Test
523
this.server.get('/bot:token/:method', handleRequest)
524
this.server.post('/bot:token/:method', handleRequest)
525
526
- this.server.listen(this.options.port, () => {
+ return this.server.listen(this.options.port, () => {
527
log('Telegraf Test Server runnig in port: ', this.options.port)
528
})
529
}
0 commit comments