Integrate SP auctions for app deployment #2

Merged
nabarun merged 42 commits from ng-integrate-auction into main 2024-10-18 12:37:01 +00:00
Showing only changes of commit e3931b4bf8 - Show all commits

View File

@ -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
}); });
} }