From 678e86787486621c03c2861898469ab9c2d0c78f Mon Sep 17 00:00:00 2001 From: ihinsdale Date: Sun, 13 Nov 2016 09:59:41 -0800 Subject: [PATCH] Remove declaration of unused variable. --- lib/index.js | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/index.js b/lib/index.js index e4ced27..f30090a 100644 --- a/lib/index.js +++ b/lib/index.js @@ -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;