make grunt linter happy

This commit is contained in:
Mads Rasmussen
2017-09-27 14:07:47 +02:00
parent 98a0729549
commit c0f695bcf9

View File

@@ -14,7 +14,7 @@
if (!model) {
return null;
}
var trimmed = _.omit(model, ["confirm", "generatedPassword"])
var trimmed = _.omit(model, ["confirm", "generatedPassword"]);
//ensure that the pass value is null if all child properties are null
var allNull = true;