Skip to content

Commit

Permalink
Remove declaration of unused variable.
Browse files Browse the repository at this point in the history
  • Loading branch information
ihinsdale committed Nov 13, 2016
1 parent cbdd3d9 commit 678e867
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/index.js
Expand Up @@ -130,7 +130,6 @@ module.exports = function(options) {
return function(Bookshelf) {
var modelProto = Bookshelf.Model.prototype;
var toJSON = modelProto.toJSON;
var serialize = modelProto.serialize;
var related = modelProto.related;
var fetchAll = modelProto.fetchAll;

Expand Down

0 comments on commit 678e867

Please sign in to comment.