This commit is contained in:
Marc Smith
2019-01-24 20:21:58 -07:00
committed by Florent Vilmart
parent 03604b1bc6
commit 1cbe8bd394

View File

@@ -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;