不要怂,就是干,撸起袖子干!

Commit 2e173faf by José Moreira

paranoidClause problem without timestamps: solution

1 parent 1829c219
Showing with 1 additions and 1 deletions
......@@ -1528,7 +1528,7 @@ module.exports = (function() {
// private
var paranoidClause = function(options ) {
if (! this.options.paranoid) return options || {};
if (! this.options.timestamps || ! this.options.paranoid) return options || {};
options = options || {};
options.where = options.where || {};
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!