Merge pull request #338 from steven-supersolid/installationId
Bugfix: Expose installationId in Cloud Code request object
This commit is contained in:
@@ -22,6 +22,7 @@ function handleCloudFunction(req) {
|
||||
params: req.body || {},
|
||||
master: req.auth && req.auth.isMaster,
|
||||
user: req.auth && req.auth.user,
|
||||
installationId: req.info.installationId
|
||||
};
|
||||
Parse.Cloud.Functions[req.params.functionName](request, response);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user