From 720411d5d2beb2a2e35f4016e0ecdba551caa5f7 Mon Sep 17 00:00:00 2001 From: IshaVenikar Date: Tue, 4 Feb 2025 15:38:53 +0530 Subject: [PATCH] Update comment for backward compatibility --- packages/backend/src/service.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/backend/src/service.ts b/packages/backend/src/service.ts index 1bf7ccbf..86dd6bef 100644 --- a/packages/backend/src/service.ts +++ b/packages/backend/src/service.ts @@ -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}`;