Skip to content

Commit

Permalink
Added closing bracket at line 368
Browse files Browse the repository at this point in the history
Node index for chapter 5 throwing error.
  • Loading branch information
hckim16 authored Mar 23, 2018
1 parent 31707c6 commit a4be8f2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Chapter05/controller/restapi/features/composer/hlcAdmin.js
Original file line number Diff line number Diff line change
Expand Up @@ -365,6 +365,7 @@ exports.update = function(req, res, next) {
adminConnection.connect(config.composer.adminCard)
.then(function(){
// ========> Your Code Goes Here <=========
});
});
};

Expand Down

0 comments on commit a4be8f2

Please sign in to comment.