Skip to content

Commit

Permalink
Merge pull request #21 from hckim16/patch-1
Browse files Browse the repository at this point in the history
Added closing bracket at line 368
  • Loading branch information
Bob Dill authored Mar 23, 2018
2 parents 31707c6 + a4be8f2 commit 4967a59
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 4967a59

Please # to comment.