Skip to content

Commit 459366d

Browse files
committed
wip
1 parent 0aee9a2 commit 459366d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -499,7 +499,7 @@ class SocketSdk {
499499
*/
500500
async batchPackageFetch (queryParams, components) {
501501
const formattedQueryParam = new URLSearchParams(queryParams)
502-
502+
503503
try {
504504
const client = await this.#getClient()
505505
const data = await client.post(`purl?${formattedQueryParam}`, { json: components }).json()

0 commit comments

Comments
 (0)