Skip to content

Commit a589603

Browse files
Testing updated env repo with deploy action
1 parent 60e129e commit a589603

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/features/deploymentEnvironments/environmentRepository.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ type EnvironmentRepositoryListArgs = {
1010
partialName?: string;
1111
} & ListArgs;
1212

13-
export class EnvironmentRepository extends SpaceScopedBasicRepository<DeploymentEnvironment, NewDeploymentEnvironment, EnvironmentRepositoryListArgs> {
13+
export class EnvironmentRepository extends SpaceScopedBasicRepository<DeploymentEnvironmentV2, NewDeploymentEnvironment, EnvironmentRepositoryListArgs> {
1414
constructor(client: Client, spaceName: string) {
1515
super(client, spaceName, `${spaceScopedRoutePrefix}/environments`, "skip,take,ids,partialName");
1616
}

0 commit comments

Comments
 (0)