Check for the last DNS deployment record when deleting
Some checks failed
Lint / lint (20.x) (pull_request) Failing after 20s
Some checks failed
Lint / lint (20.x) (pull_request) Failing after 20s
This commit is contained in:
parent
7b51983f8f
commit
14cdaa3187
@ -1095,7 +1095,7 @@ export class Service {
|
|||||||
}
|
}
|
||||||
|
|
||||||
await this.laconicRegistry.createApplicationDeploymentRemovalRequest({
|
await this.laconicRegistry.createApplicationDeploymentRemovalRequest({
|
||||||
deploymentId: deploymentRecords[0].id,
|
deploymentId: deploymentRecords[deploymentRecords.length - 1].id,
|
||||||
deployerLrn: deployment.deployerLrn
|
deployerLrn: deployment.deployerLrn
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user