Skip to content

Commit

Permalink
refactor: remove redundant code
Browse files Browse the repository at this point in the history
  • Loading branch information
eshankvaish committed Dec 2, 2024
1 parent 13b094e commit b0d9b4c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/components/cdPipeline/CDPipeline.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -184,8 +184,6 @@ export default function CDPipeline({
triggerType: TriggerType.Auto,
steps: [],
},
// Utilizing the null checks to get default value
// TODO: Remove
isClusterCdActive: false,
deploymentAppCreated: false,
clusterName: '',
Expand Down

0 comments on commit b0d9b4c

Please sign in to comment.