user deletion #746

user deletion NOT SKALABLE
This commit is contained in:
barisusakli
2014-03-14 19:07:50 -04:00
parent a0e784a612
commit 1354739d19
12 changed files with 435 additions and 67 deletions

View File

@@ -311,7 +311,7 @@ var winston = require('winston'),
return callback(err);
}
if (pids.length === 0) {
if (!pids.length) {
return callback(null, null);
}