Docs Typo (#5317)
This commit is contained in:
committed by
Florent Vilmart
parent
03604b1bc6
commit
1cbe8bd394
2
3.0.0.md
2
3.0.0.md
@@ -144,7 +144,7 @@ To migrate this function you would follow the same practices as the ones before,
|
|||||||
|
|
||||||
```js
|
```js
|
||||||
// after with async/await
|
// after with async/await
|
||||||
Parse.Cloud.beforeSave('MyClassName', async (request) => {
|
Parse.Cloud.define('downloadImage', async (request) => {
|
||||||
const {
|
const {
|
||||||
url, name
|
url, name
|
||||||
} = request.params;
|
} = request.params;
|
||||||
|
|||||||
Reference in New Issue
Block a user