Skip to content

Commit

Permalink
Remove redundant code
Browse files Browse the repository at this point in the history
  • Loading branch information
yoozo committed Oct 22, 2024
1 parent 85f227c commit 75d5618
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/node/src/indexer/fetch.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ import {
} from '@subql/node-core';
import { NearBlock, NearDatasource } from '@subql/types-near';
import { JsonRpcProvider } from 'near-api-js/lib/providers';
import { SubqueryProject } from '../configure/SubqueryProject';
import { calcInterval, nearHeaderToHeader } from '../utils/near';
import { ApiService } from './api.service';
import { INearBlockDispatcher } from './blockDispatcher';
Expand Down

0 comments on commit 75d5618

Please sign in to comment.