Skip to content

Commit 7f8f69a

Browse files
authored
Merge pull request #137 from lighthouse-web3/v0.4.3
Fix: Correct response data indexing for saveShards function
2 parents 25d5f41 + 7dbf265 commit 7f8f69a

File tree

1 file changed

+1
-1
lines changed
  • src/Lighthouse/uploadEncrypted/encrypt/text

1 file changed

+1
-1
lines changed

src/Lighthouse/uploadEncrypted/encrypt/text/browser.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ export default async (
5151

5252
const { error } = await saveShards(
5353
publicKey,
54-
responseData.Hash,
54+
responseData[0].Hash,
5555
signedMessage,
5656
keyShards
5757
)

0 commit comments

Comments
 (0)