Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
nchaulet committed Nov 19, 2020
1 parent d126f4e commit 8ca46cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions x-pack/plugins/fleet/server/types/models/agent.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@ export const NewAgentActionSchema = schema.oneOf([
schema.literal('UPGRADE'),
schema.literal('INTERNAL_POLICY_REASSIGN'),
]),
data: schema.any(),
ack_data: schema.any(),
data: schema.maybe(schema.any()),
ack_data: schema.maybe(schema.any()),
}),
schema.object({
type: schema.oneOf([schema.literal('SETTINGS')]),
Expand Down

0 comments on commit 8ca46cd

Please sign in to comment.