Update comment for backward compatibility
This commit is contained in:
parent
027c88e148
commit
720411d5d2
@ -1289,7 +1289,7 @@ export class Service {
|
|||||||
},
|
},
|
||||||
})
|
})
|
||||||
|
|
||||||
// If the canonical deployment is not present then query the chain for the deployment record for backwards compatibility
|
// If the canonical deployment is not present then query the chain for the deployment record for backward compatibility
|
||||||
if (!canonicalDeployment) {
|
if (!canonicalDeployment) {
|
||||||
log(`Canonical deployment for deployment with id ${deployment.id} not found, querying the chain..`);
|
log(`Canonical deployment for deployment with id ${deployment.id} not found, querying the chain..`);
|
||||||
const currentDeploymentURL = `https://${(deployment.project.name).toLowerCase()}.${deployment.deployer.baseDomain}`;
|
const currentDeploymentURL = `https://${(deployment.project.name).toLowerCase()}.${deployment.deployer.baseDomain}`;
|
||||||
|
Loading…
Reference in New Issue
Block a user