This commit is contained in:
Bryan Ashby 2016-01-03 17:02:08 -07:00
parent 6794bee604
commit bcd3d1aa75
1 changed files with 3 additions and 1 deletions

View File

@ -1,3 +1,5 @@
#!/usr/bin/env node
/* jslint node: true */
'use strict';
@ -85,7 +87,7 @@ function handleUserCommand() {
function setNewPass(userId, callback) {
assert(_.isNumber(userId));
assert(userId > 0);
var u = new user.User();
u.userId = userId;