Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
pcarranzav committed Feb 7, 2025
1 parent 355932e commit 812632f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions packages/indexer-agent/src/commands/start.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ import {
createIndexerManagementClient,
createIndexerManagementServer,
defineIndexerManagementModels,
defineIndexingFeesModels,
defineQueryFeeModels,
GraphNode,
indexerError,
Expand Down Expand Up @@ -595,7 +594,6 @@ export async function run(
logger.info(`Sync database models`)
const managementModels = defineIndexerManagementModels(sequelize)
const queryFeeModels = defineQueryFeeModels(sequelize)
const indexingFeesModels = defineIndexingFeesModels(sequelize)
await sequelize.sync()
logger.info(`Successfully synced database models`)

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { DataTypes, Sequelize, Model, Association, CreationOptional, InferAttributes, InferCreationAttributes } from 'sequelize'
import { DataTypes, Sequelize, Model, CreationOptional, InferAttributes, InferCreationAttributes } from 'sequelize'

// Indexing Fees AKA "DIPs"

Expand Down

0 comments on commit 812632f

Please sign in to comment.