Check deployment status while creating project with single deployer #15

Merged
nabarun merged 7 commits from sk-check-deployment-status into main 2024-10-25 10:47:05 +00:00
Showing only changes of commit 6fd2194bb3 - Show all commits

View File

@ -1348,7 +1348,7 @@ export class Service {
const deployers: Deployer[] = [];
for (const record of deployerRecords) {
if (record.names.length > 0) {
if (record.names && record.names.length > 0) {
const deployerId = record.id;
const deployerLrn = record.names[0];
const deployerApiUrl = record.attributes.apiUrl;