refactor: Add option to convert Parse.Object to instance in Cloud Function payload (#8656)
This commit is contained in:
@@ -63,7 +63,7 @@ export class PublicAPIRouter extends PromiseRouter {
|
||||
|
||||
const userController = config.userController;
|
||||
|
||||
return userController.resendVerificationEmail(username).then(
|
||||
return userController.resendVerificationEmail(username, req).then(
|
||||
() => {
|
||||
return Promise.resolve({
|
||||
status: 302,
|
||||
|
||||
Reference in New Issue
Block a user