Skip to content

Commit 7dbf265

Browse files
committed
Fix: Correct response data indexing for saveShards function
1 parent f03da24 commit 7dbf265

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)