Skip to content

Commit af3f0c5

Browse files
Update packages/lit-node-client-nodejs/src/lib/lit-node-client-nodejs.ts
Co-authored-by: Federico Amura <[email protected]> Signed-off-by: Anson <[email protected]>
1 parent feea7c9 commit af3f0c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/lit-node-client-nodejs/src/lib/lit-node-client-nodejs.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { computeAddress } from '@ethersproject/transactions';
22
import { BigNumber, ethers } from 'ethers';
33
import { sha256 } from 'ethers/lib/utils';
44
import { SiweMessage } from 'siwe';
5-
import Hash from 'typestub-ipfs-only-hash';
5+
import * as Hash from 'typestub-ipfs-only-hash';
66

77
import {
88
LitAccessControlConditionResource,

0 commit comments

Comments
 (0)