Skip to content
This repository has been archived by the owner on Dec 20, 2018. It is now read-only.

Commit

Permalink
fix eslint complaint
Browse files Browse the repository at this point in the history
  • Loading branch information
nschloe committed Dec 25, 2015
1 parent 467e9ff commit 4ecc26d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ function connectAndErase(mongoose, dbURI, options) {
}

module.exports = {
connect: connect,
erase: erase,
connectAndErase: connectAndErase,
connect,
erase,
connectAndErase,
};

0 comments on commit 4ecc26d

Please sign in to comment.