Skip to content

Commit

Permalink
Fixing Callback
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewdfuller committed Jan 17, 2019
1 parent ae76e8f commit f16e110
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -209,5 +209,5 @@ async.eachOf(serviceProviders, function (serviceProviderObj, serviceProvider, se
});
}, function () {
// console.log(JSON.stringify(collection, null, 2));
callback(null, collection);
console.log('Done');
});

0 comments on commit f16e110

Please sign in to comment.