larvituser
Advanced tools
Comparing version 0.12.2 to 0.12.3
@@ -502,7 +502,4 @@ 'use strict'; | ||
fromUuid(uuid, function (err, user) { | ||
if (err) return cb(err); | ||
if (err) { | ||
return cb(err); | ||
} | ||
sendObj.action = 'replaceFields'; | ||
@@ -509,0 +506,0 @@ sendObj.params = {}; |
{ | ||
"name": "larvituser", | ||
"version": "0.12.2", | ||
"version": "0.12.3", | ||
"author": { | ||
@@ -5,0 +5,0 @@ "name": "Mikael 'Lilleman' Göransson", |
@@ -69,3 +69,3 @@ 'use strict'; | ||
if (that.uuids.count === 0) { | ||
if (that.uuids.length === 0) { | ||
sqlWhere += ' AND 1 = 2\n'; | ||
@@ -117,3 +117,3 @@ return cb(); | ||
// fetch field data for users, if requested | ||
// Fetch field data for users, if requested | ||
if (that.returnFields !== undefined && that.returnFields.length > 0) { | ||
@@ -120,0 +120,0 @@ const subTasks = []; |
79889
2116