Skip to content

Commit

Permalink
removed duplicated comparison
Browse files Browse the repository at this point in the history
  • Loading branch information
guersam committed Nov 6, 2012
1 parent 7647c34 commit 5de07d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/associations/has-many-double-linked.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ module.exports = (function() {
options.where[self.__factory.target.tableName+"."+index] = value;
});

options.where = options.where ? Utils._.extend(options.where, where) : where
Utils._.extend(options.where, where)
} else {
options.where = where;
}
Expand Down

0 comments on commit 5de07d4

Please sign in to comment.