We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2510cab + 4ddaac3 commit fb44bbeCopy full SHA for fb44bbe
src/functions.js
@@ -22,6 +22,7 @@ function handleCloudFunction(req) {
22
params: req.body || {},
23
master: req.auth && req.auth.isMaster,
24
user: req.auth && req.auth.user,
25
+ installationId: req.info.installationId
26
};
27
Parse.Cloud.Functions[req.params.functionName](request, response);
28
});
0 commit comments