Check for the last DNS deployment record when deleting
Some checks failed
Lint / lint (20.x) (pull_request) Failing after 20s

This commit is contained in:
IshaVenikar 2024-10-15 15:22:57 +05:30 committed by Nabarun
parent 7b51983f8f
commit 14cdaa3187

View File

@ -1095,7 +1095,7 @@ export class Service {
}
await this.laconicRegistry.createApplicationDeploymentRemovalRequest({
deploymentId: deploymentRecords[0].id,
deploymentId: deploymentRecords[deploymentRecords.length - 1].id,
deployerLrn: deployment.deployerLrn
});
}