Skip to content

Commit

Permalink
remove liq pools import
Browse files Browse the repository at this point in the history
  • Loading branch information
ewansheldon committed Feb 23, 2024
1 parent cf2ce09 commit 6e1f9ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const { schedulePricingIndexing } = require('./src/pricing');
const { scheduleStatIndexing } = require('./src/stats');
const { scheduleIndexYieldData } = require('./src/yield');
const { scheduleVaultTransactionIndexing } = require('./src/transactions');
const { scheduleLiquidationPoolData } = require('./src/liquidationPools');
// const { scheduleLiquidationPoolData } = require('./src/liquidationPools');

const port = process.env.PORT || 3000;

Expand Down

0 comments on commit 6e1f9ca

Please sign in to comment.