Check for the last DNS deployment record when deleting
This commit is contained in:
parent
443a3f2b6e
commit
e3931b4bf8
@ -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