Fix search being required on !roles
This commit is contained in:
parent
2e9e47ac83
commit
68e2e38f5c
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ export const RolesCmd = utilityCmd({
|
|||
permission: "can_roles",
|
||||
|
||||
signature: {
|
||||
search: ct.string({ catchAll: true }),
|
||||
search: ct.string({ required: false, catchAll: true }),
|
||||
|
||||
counts: ct.switchOption(),
|
||||
sort: ct.string({ option: true }),
|
||||
|
|
Loading…
Add table
Reference in a new issue