Skip to content

Commit

Permalink
Fix conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
HazemElAgaty committed Jul 19, 2018
2 parents 16e7d5d + 15e9191 commit 979b738
Show file tree
Hide file tree
Showing 3 changed files with 2,941 additions and 1 deletion.
4 changes: 4 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,12 @@ module.exports = (bookshelf, settings) => {
);
}

<<<<<<< HEAD
this.on("fetching", skipDeleted.bind(this));
this.on("fetching:collection", skipDeleted.bind(this));
=======
this.on('fetching', skipDeleted.bind(this))
>>>>>>> upstream/master
},

/**
Expand Down
Loading

0 comments on commit 979b738

Please sign in to comment.