diff --git a/x-pack/plugins/fleet/server/services/agents/checkin/state_new_actions.ts b/x-pack/plugins/fleet/server/services/agents/checkin/state_new_actions.ts index aa48d8fe18e9f..48bea60449923 100644 --- a/x-pack/plugins/fleet/server/services/agents/checkin/state_new_actions.ts +++ b/x-pack/plugins/fleet/server/services/agents/checkin/state_new_actions.ts @@ -140,10 +140,6 @@ export async function createAgentActionFromPolicyAction( // A prerelease tag is added here so that agent versions with prerelease tags can be compared // correctly using `semvar` '7.10.0-SNAPSHOT', - // `@types/semvar` is out of date with the version of `semvar` we use and doesn't have a - // corresponding release version we can update the typing to :( so, the typing error is - // suppressed here even though it is supported by `semvar` - // @ts-expect-error { includePrerelease: true } ) ? {