Skip to content

Commit 171cba6

Browse files
Lucian MateescuLucian Mateescu
authored andcommitted
rezolved git messup
1 parent e02cad1 commit 171cba6

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

functions.js

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,9 @@ function handleCloudFunction(req) {
1313
var response = createResponseObject(resolve, reject);
1414
var request = {
1515
params: req.body || {},
16-
<<<<<<< HEAD
1716
master : req.auth ? req.auth.isMaster : false,
18-
user : req.auth && req.auth.user ? req.auth.user : undefined,
19-
installationId : req.auth && req.auth.installationId ? req.auth.installationId : undefined
20-
=======
17+
installationId : req.auth && req.auth.installationId ? req.auth.installationId : undefined,
2118
user: req.auth && req.auth.user || {}
22-
>>>>>>> upstream/master
2319
};
2420
Parse.Cloud.Functions[req.params.functionName](request, response);
2521
});

0 commit comments

Comments
 (0)