Skip to content

Commit

Permalink
Fix DI issue with EventEmitter not being resolved (#1154)
Browse files Browse the repository at this point in the history
  • Loading branch information
stwiname committed Jul 1, 2022
1 parent 78e0bc3 commit 93a403b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/node/src/indexer/project.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
import assert from 'assert';
import fs from 'fs';
import { Inject, Injectable } from '@nestjs/common';
import { EventEmitter2 } from '@nestjs/event-emitter';
import { getAllEntitiesRelations } from '@subql/utils';
import { EventEmitter2 } from 'eventemitter2';
import { QueryTypes, Sequelize, Transaction } from 'sequelize';
import { NodeConfig } from '../configure/NodeConfig';
import { SubqlProjectDs, SubqueryProject } from '../configure/SubqueryProject';
Expand Down

0 comments on commit 93a403b

Please sign in to comment.