Skip to content

Commit

Permalink
fix checks
Browse files Browse the repository at this point in the history
  • Loading branch information
juliaElastic committed Jan 31, 2024
1 parent 1f6550f commit d490170
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -48,7 +48,7 @@ export async function validateOutputForPolicy(
soClient: SavedObjectsClientContract,
newData: Partial<AgentPolicySOAttributes>,
existingData: Partial<AgentPolicySOAttributes> = {},
allowedOutputTypeForPolicy = Object.values(outputType)
allowedOutputTypeForPolicy: string[] = Object.values(outputType)
) {
if (
newData.data_output_id === existingData.data_output_id &&
Expand Down

0 comments on commit d490170

Please sign in to comment.