Skip to content

Commit

Permalink
quick rename
Browse files Browse the repository at this point in the history
  • Loading branch information
pzl committed Nov 20, 2020
1 parent 5e484c4 commit 25c9e28
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ export async function enrichHostMetadata(
true
);
const endpointPolicy = ((agentPolicy?.package_policies || []) as PackagePolicy[]).find(
(x: PackagePolicy) => x.package?.name === 'endpoint'
(policy: PackagePolicy) => policy.package?.name === 'endpoint'
);

policyInfo = {
Expand Down

0 comments on commit 25c9e28

Please sign in to comment.