Skip to content

Commit f97f6ca

Browse files
committed
refactor: Remove unused deploymentError field from DeploymentStatusDetailsBreakdownDataType
1 parent 68aba96 commit f97f6ca

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

src/Shared/Components/DeploymentStatusBreakdown/utils.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ const getDefaultDeploymentStatusTimeline = (
3939
deploymentStatus: WFR_STATUS_DTO_TO_DEPLOYMENT_STATUS_MAP[data?.wfrStatus] || DEPLOYMENT_STATUS.INPROGRESS,
4040
deploymentTriggerTime: data?.deploymentStartedOn || '',
4141
deploymentEndTime: data?.deploymentFinishedOn || '',
42-
deploymentError: '',
4342
triggeredBy: data?.triggeredBy || '',
4443
lastFailedStatusType: '',
4544
deploymentStatusBreakdown: {

src/Shared/types.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1273,10 +1273,6 @@ export interface DeploymentStatusDetailsBreakdownDataType {
12731273
deploymentStatus: (typeof DEPLOYMENT_STATUS)[keyof typeof DEPLOYMENT_STATUS]
12741274
deploymentTriggerTime: string
12751275
deploymentEndTime: string
1276-
/**
1277-
* Only required - isHelmManifestPushFailed === true then in error bar below heading tile
1278-
*/
1279-
deploymentError?: string
12801276
triggeredBy: string
12811277
/**
12821278
* Only required - isHelmManifestPushFailed === true then in error bar below heading tile

0 commit comments

Comments
 (0)