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}`;