Skip to content

Commit 8cca811

Browse files
committed
Update Parse.Cloud.js
1 parent bca9254 commit 8cca811

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/cloud-code/Parse.Cloud.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ function validateValidator(validator) {
2727
};
2828
const allowedKeys = {
2929
requireUser: [Boolean],
30+
requireAnyUserRoles: [Boolean],
31+
requireAllUserRoles: [Boolean],
3032
requireMaster: [Boolean],
3133
validateMasterKey: [Boolean],
3234
skipWithMasterKey: [Boolean],

0 commit comments

Comments
 (0)