Skip to content

Commit

Permalink
fix: config (#401)
Browse files Browse the repository at this point in the history
* fix

* fix

* fix

* Update package-lock.json

* fix

* fix

* fix

* fix

* Update indexer.handler.ts
  • Loading branch information
RiXelanya authored Mar 30, 2024
1 parent cf69d6d commit e8e58ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/indexer/indexer.handler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import { ElasticsearchService } from '@nestjs/elasticsearch';
import { u32 } from '@polkadot/types';
import { SchedulerRegistry } from '@nestjs/schedule';
import { eventRoutes } from './indexer.routes';
import { config } from '../../src/config';
import { config } from 'src/config';

@Injectable()
export class IndexerHandler
Expand Down

0 comments on commit e8e58ad

Please sign in to comment.