Skip to content

Commit d16efa9

Browse files
feat(wrapped-keys): LIT-3956 - Update URL for storePrivateKeyBatch to new path
1 parent 85495f6 commit d16efa9

File tree

1 file changed

+1
-1
lines changed
  • packages/wrapped-keys/src/lib/service-client

1 file changed

+1
-1
lines changed

packages/wrapped-keys/src/lib/service-client/client.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ export async function storePrivateKeyBatch(
118118
});
119119

120120
const { pkpAddress, ids } = await makeRequest<StoreEncryptedKeyBatchResult>({
121-
url: baseUrl,
121+
url: `${baseUrl}_batch`,
122122
init: {
123123
...initParams,
124124
body: JSON.stringify({ keyParamsBatch: storedKeyMetadataBatch }),

0 commit comments

Comments
 (0)