Skip to content

Commit

Permalink
fixed types
Browse files Browse the repository at this point in the history
  • Loading branch information
juliaElastic committed Sep 30, 2022
1 parent c227a5d commit 4780e87
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion x-pack/plugins/fleet/server/services/agents/actions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,8 @@ export async function cancelAgentAction(esClient: ElasticsearchClient, actionId:
upgraded_at: null,
upgrade_started_at: null,
},
}))
})),
{}
);
}
}
Expand Down

0 comments on commit 4780e87

Please sign in to comment.