Skip to content

Commit e29eee3

Browse files
author
Pierre DE SOYRES
committed
fix(deployment): deployment commit id can be undefined
1 parent c7a8638 commit e29eee3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/clients/cc-api/commands/deployment/deployment.types.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export interface Deployment {
66
state: DeploymentState;
77
steps: Array<DeploymentStep>;
88
version: {
9-
commitId: string;
9+
commitId?: string;
1010
};
1111
origin: {
1212
action: DeploymentAction;

0 commit comments

Comments
 (0)