add a comma

This commit is contained in:
Riley Davis
2016-12-07 10:28:58 -10:00
parent 61c0af93e3
commit d2ba04def1
+1 -1
View File
@@ -455,7 +455,7 @@ UserService.createPasswordResetToken = function (email) {
return Promise.resolve(null);
}
debug('found the user! %s going to create the token', JSON.stringify(user, null 2));
debug('found the user! %s going to create the token', JSON.stringify(user, null, 2));
const payload = {email, jti: uuid.v4(), userId: user.id, version: user.__v};