Adjust the way email invitations resolve.

This commit is contained in:
Blade Barringer
2015-11-12 18:58:01 -06:00
parent 8e147d7b12
commit e4679d6a63
+1 -1
View File
@@ -684,7 +684,7 @@ var inviteByEmails = function(invites, group, req, res, next){
// Send only status code down the line because it doesn't need
// info on invited users since they are not yet registered
res.send(200);
res.json(200, {});
}
});
};