Update comment for backward compatibility

This commit is contained in:
IshaVenikar 2025-02-04 15:38:53 +05:30
parent 027c88e148
commit 720411d5d2

View File

@ -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) {
log(`Canonical deployment for deployment with id ${deployment.id} not found, querying the chain..`);
const currentDeploymentURL = `https://${(deployment.project.name).toLowerCase()}.${deployment.deployer.baseDomain}`;