Skip to content

Commit

Permalink
dont try to upgrade local_metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
neptunian committed Oct 2, 2020
1 parent 76b2ba6 commit 8ce5091
Showing 1 changed file with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,13 +52,6 @@ export async function ackAgentUpgraded(
await soClient.update<AgentSOAttributes>(AGENT_SAVED_OBJECT_TYPE, agentAction.agent_id, {
upgraded_at: new Date().toISOString(),
upgrade_started_at: undefined,
local_metadata: {
elastic: {
agent: {
version,
},
},
},
});
}

Expand Down

0 comments on commit 8ce5091

Please sign in to comment.