Skip to content

Commit 67f9f7f

Browse files
committed
Pushit push
1 parent 69dc8d8 commit 67f9f7f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

cloud/main.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ Parse.Cloud.define('onSignUp', function(request, response) {
8484
var survey = request["survey"];
8585
console.log("survey: " + survey);
8686

87+
console.log(JSON.stringify(request));
8788
if (userId == undefined || survey == undefined) {
8889
response.error("Either userId or survey was undefined!");
8990
}

0 commit comments

Comments
 (0)