Skip to content

Commit

Permalink
Update src/plugins/content_management/common/rpc/msearch.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
dej611 authored Sep 5, 2023
1 parent 016edec commit e2d9b92
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/plugins/content_management/common/rpc/msearch.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ export const mSearchSchemas: ProcedureSchemas = {
}
),
query: searchQuerySchema,
options: schema.maybe(schema.object({}, { unknowns: 'allow' })),
},
{ unknowns: 'forbid' }
),
Expand Down

0 comments on commit e2d9b92

Please sign in to comment.