Skip to content

Commit f1681df

Browse files
committed
fix: lint
1 parent 3780d05 commit f1681df

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

packages/indexer-agent/src/agent.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,10 @@ export class Agent {
345345
dipsEnabled = true
346346
}
347347
})
348-
if (this.deploymentManagement === DeploymentManagementMode.AUTO || dipsEnabled) {
348+
if (
349+
this.deploymentManagement === DeploymentManagementMode.AUTO ||
350+
dipsEnabled
351+
) {
349352
logger.debug('Fetching active deployments')
350353
const assignments =
351354
await this.graphNode.subgraphDeploymentsAssignments(

0 commit comments

Comments
 (0)