Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
jen-huang committed Mar 9, 2022
1 parent 4e093ba commit 1aceb7a
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@ export const storedPackagePoliciesToAgentInputs = (
}

const fullInput: FullAgentPolicyInput = {
id: `${input.type}${input.policy_template ? `-${input.policy_template}-` : '-'}${packagePolicy.id}`,
id: `${input.type}${input.policy_template ? `-${input.policy_template}-` : '-'}${
packagePolicy.id
}`,
revision: packagePolicy.revision,
name: packagePolicy.name,
type: input.type,
Expand Down

0 comments on commit 1aceb7a

Please sign in to comment.