Skip to content

Commit

Permalink
Remove graphWatcher property from ServerCmd
Browse files Browse the repository at this point in the history
  • Loading branch information
neerajvijay1997 committed Nov 20, 2023
1 parent ecd75fc commit b06689c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/cli/src/server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ export class ServerCmd {
_peer?: Peer;
_nitro?: utils.Nitro;
_consensus?: Consensus;
_graphWatcher?: GraphWatcherInterface;

constructor () {
this._baseCmd = new BaseCmd();
Expand Down Expand Up @@ -128,7 +127,6 @@ export class ServerCmd {
): Promise<void> {
await this._baseCmd.initIndexer(Indexer, graphWatcher);
await this._baseCmd.initEventWatcher();
this._graphWatcher = graphWatcher;
}

async initP2P (): Promise<{ relayNode?: Libp2p, peer?: Peer }> {
Expand Down

0 comments on commit b06689c

Please sign in to comment.