feat: add Cloud Code context to ParseObject.fetch (#7779)
This commit is contained in:
@@ -83,7 +83,8 @@ export class ClassesRouter extends PromiseRouter {
|
||||
this.className(req),
|
||||
req.params.objectId,
|
||||
options,
|
||||
req.info.clientSDK
|
||||
req.info.clientSDK,
|
||||
req.info.context
|
||||
)
|
||||
.then(response => {
|
||||
if (!response.results || response.results.length == 0) {
|
||||
|
||||
Reference in New Issue
Block a user