We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf635d4 commit beff4f8Copy full SHA for beff4f8
index.js
@@ -499,7 +499,7 @@ class SocketSdk {
499
*/
500
async batchPackageFetch (queryParams, components) {
501
const formattedQueryParam = new URLSearchParams(queryParams)
502
-
+
503
try {
504
const client = await this.#getClient()
505
const data = await client.post(`purl?${formattedQueryParam}`, { json: components }).json()
0 commit comments