Skip to content

Commit

Permalink
Merge pull request #29 from granodigital/master
Browse files Browse the repository at this point in the history
fix: Remove fetching:collection listener
  • Loading branch information
bsiddiqui authored Jul 19, 2018
2 parents c831027 + f31efb2 commit a129edf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ module.exports = (bookshelf, settings) => {
}

this.on('fetching', skipDeleted.bind(this))
this.on('fetching:collection', skipDeleted.bind(this))
},

/**
Expand Down

0 comments on commit a129edf

Please sign in to comment.