Skip to content

Commit b625514

Browse files
mrmarcsmithflovilmart
authored andcommitted
1 parent 085938e commit b625514

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

3.0.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ To migrate this function you would follow the same practices as the ones before,
144144

145145
```js
146146
// after with async/await
147-
Parse.Cloud.beforeSave('MyClassName', async (request) => {
147+
Parse.Cloud.define('downloadImage', async (request) => {
148148
const {
149149
url, name
150150
} = request.params;

0 commit comments

Comments
 (0)