Comparing version 1.0.18 to 1.0.19
{ | ||
"name": "ab-models", | ||
"version": "1.0.18", | ||
"version": "1.0.19", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -26,3 +26,3 @@ var bcrypt = require('bcrypt-nodejs'); | ||
userSchema.pre('save', function (next) { | ||
console.log('empty state 1', this.wasNew); | ||
console.log('empty state 1', this.isNew); | ||
//emptyState(this, next); | ||
@@ -29,0 +29,0 @@ }); |
10087