Skip to content

Commit

Permalink
Merge pull request seanemmer#24 from joetidee/master
Browse files Browse the repository at this point in the history
Fixed syntax error on disconnect function.
  • Loading branch information
seanemmer authored Dec 26, 2017
2 parents a2b6cdc + 13191f3 commit 46a0769
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 @@ -175,7 +175,7 @@ Seeder.prototype.populateModels = function(seedData, cb) {
});
};

Seeder.prototype.disconnect = function disconnect() {
Seeder.prototype.disconnect = function () {
mongoose.disconnect();
};

Expand Down

0 comments on commit 46a0769

Please sign in to comment.