Skip to content

Commit 1b6b71f

Browse files
committed
fix: imports
Signed-off-by: Sai Ranjit Tummalapalli <[email protected]>
1 parent 79e5cdf commit 1b6b71f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/schema-manager.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { Contract, JsonRpcProvider, Wallet } from 'ethers'
22
import { parseDid, validateDid } from './utils/did'
33
import { v4 as uuidv4 } from 'uuid'
44
import SchemaRegistryAbi from './abi/SchemaRegistry.json'
5-
import { buildSchemaResource } from '../src/utils/schemaHelper'
5+
import { buildSchemaResource } from './utils/schemaHelper'
66
import DidRegistryContract from '@ayanworks/polygon-did-registry-contract'
77
import axios from 'axios'
88

0 commit comments

Comments
 (0)