We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44ff2b9 commit b07f061Copy full SHA for b07f061
src/controllers/Security.ts
@@ -52,7 +52,7 @@ export class SecurityController extends BaseController {
52
checkRights(
53
kuid,
54
requestPayload,
55
- options: ArgsSecurityControllerCheckRights
+ options: ArgsSecurityControllerCheckRights = {}
56
) {
57
const request = {
58
action: "checkRights",
0 commit comments