Skip to content

Commit 4967a59

Browse files
author
Bob Dill
authored
Merge pull request #21 from hckim16/patch-1
Added closing bracket at line 368
2 parents 31707c6 + a4be8f2 commit 4967a59

File tree

1 file changed

+1
-0
lines changed
  • Chapter05/controller/restapi/features/composer

1 file changed

+1
-0
lines changed

Chapter05/controller/restapi/features/composer/hlcAdmin.js

+1
Original file line numberDiff line numberDiff line change
@@ -365,6 +365,7 @@ exports.update = function(req, res, next) {
365365
adminConnection.connect(config.composer.adminCard)
366366
.then(function(){
367367
// ========> Your Code Goes Here <=========
368+
});
368369
});
369370
};
370371

0 commit comments

Comments
 (0)