This commit is contained in:
Julian Lam
2016-08-26 10:04:38 -04:00
parent e9770b6bd5
commit 25cd772e0e
5 changed files with 102 additions and 15 deletions

View File

@@ -226,5 +226,8 @@ User.rejectRegistration = function(socket, data, callback) {
user.rejectRegistration(data.username, callback);
};
User.restartJobs = function(socket, data, callback) {
user.startJobs(callback);
};
module.exports = User;