Skip to content

Commit 5bf76ed

Browse files
author
Sunny Raj Rathod
authored
Update create-customer-profile.js
1 parent 242b8a8 commit 5bf76ed

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CustomerProfiles/create-customer-profile.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ function createCustomerProfile(callback) {
3939
//pretty print request
4040
//console.log(JSON.stringify(createRequest.getJSON(), null, 2));
4141

42+
4243
var ctrl = new ApiControllers.CreateCustomerProfileController(createRequest.getJSON());
4344

4445
ctrl.execute(function(){
@@ -78,4 +79,4 @@ if (require.main === module) {
7879
});
7980
}
8081

81-
module.exports.createCustomerProfile = createCustomerProfile;
82+
module.exports.createCustomerProfile = createCustomerProfile;

0 commit comments

Comments
 (0)