Commit 9db39b85a0c787df33e0f57584a74c86f98c779d

Authored by Adhidarma Hadiwinoto
1 parent 65d9491e7d
Exists in master

typo

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

... ... @@ -37,7 +37,7 @@ function init(options) {
37 37  
38 38 app.listen(config.webadmin.listen_port, function () {
39 39 logger.info('Webadmin listening on port ' + config.webadmin.listen_port);
40   - }
  40 + });
41 41 });
42 42  
43 43 exports.init = init;