diff --git a/modules/web/web.js b/modules/web/web.js index 452beb4..05c7bae 100644 --- a/modules/web/web.js +++ b/modules/web/web.js @@ -46,7 +46,7 @@ var webInterface = function(dbot) { } else { return 'http://' + this.config.webHost + ':' + port + '/' + path; } - }; + } }; };