Skip to content

Commit 18fa890

Browse files
Fuchen Shidavimacedo
Fuchen Shi
authored andcommitted
Fix typo in cloud-code.md (#657)
1 parent c4390d5 commit 18fa890

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

_includes/cloudcode/cloud-code.md

-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,6 @@ And finally, to call the same function from a JavaScript app:
102102
const params = { movie: "The Matrix" };
103103
const ratings = await Parse.Cloud.run("averageStars", params);
104104
// ratings should be 4.5
105-
});
106105
```
107106

108107
In general, two arguments will be passed into cloud functions:

0 commit comments

Comments
 (0)