From 3595a5a1467a871a61295b3ebb71a5bec0481201 Mon Sep 17 00:00:00 2001 From: Fuchen Shi <44103628+shifuchen98@users.noreply.github.com> Date: Tue, 30 Jul 2019 15:48:30 +0800 Subject: [PATCH] Fix typo in cloud-code.md --- _includes/cloudcode/cloud-code.md | 1 - 1 file changed, 1 deletion(-) diff --git a/_includes/cloudcode/cloud-code.md b/_includes/cloudcode/cloud-code.md index e356ac673..f53183a32 100644 --- a/_includes/cloudcode/cloud-code.md +++ b/_includes/cloudcode/cloud-code.md @@ -102,7 +102,6 @@ And finally, to call the same function from a JavaScript app: const params = { movie: "The Matrix" }; const ratings = await Parse.Cloud.run("averageStars", params); // ratings should be 4.5 -}); ``` In general, two arguments will be passed into cloud functions: