Fix syntax errors

This commit is contained in:
Ben Ramey
2014-06-10 19:44:55 -05:00
parent fc9b789ad8
commit d07b7aa7f6
2 changed files with 3 additions and 2 deletions

View File

@@ -38,8 +38,8 @@ module.exports = {
user.password = hash;
cb(null, user);
}
}
}
});
});
}
};