Skip to content
This repository has been archived by the owner on May 8, 2023. It is now read-only.

Commit

Permalink
Fix graph import typo
Browse files Browse the repository at this point in the history
  • Loading branch information
chmanie committed Feb 16, 2023
1 parent f927e3b commit 7d74a3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ColonyNetwork/ColonyNetwork.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ import {
} from '@colony/colony-event-metadata-parser';
import { Client } from '@urql/core';

import { createSubgraphClient, SubgraphClientOptions } from '../../src/graph';
import { createSubgraphClient, SubgraphClientOptions } from '../graph';

import { IpfsMetadata, IpfsAdapter } from '../ipfs';
import { BaseContract, TxConfig, TxCreator, MetaTxCreator } from '../TxCreator';
Expand Down

0 comments on commit 7d74a3a

Please sign in to comment.