Skip to content

Commit

Permalink
fix: add default options to security:checkRights (#757)
Browse files Browse the repository at this point in the history
  • Loading branch information
Juiced66 authored Dec 19, 2024
1 parent 44ff2b9 commit b07f061
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/controllers/Security.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ export class SecurityController extends BaseController {
checkRights(
kuid,
requestPayload,
options: ArgsSecurityControllerCheckRights
options: ArgsSecurityControllerCheckRights = {}
) {
const request = {
action: "checkRights",
Expand Down

0 comments on commit b07f061

Please sign in to comment.