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 ad16e03 commit e88f054Copy full SHA for e88f054
src/index.ts
@@ -567,7 +567,7 @@ export class SocketSdk {
567
await createPostRequest(
568
this.#baseUrl,
569
`orgs/${encodeURIComponent(orgSlug)}/repos`,
570
- { json: params },
+ params,
571
this.#reqOptions
572
)
573
@@ -970,7 +970,7 @@ export class SocketSdk {
970
971
972
'dependencies/search',
973
974
975
976
@@ -990,7 +990,7 @@ export class SocketSdk {
990
991
992
`orgs/${encodeURIComponent(orgSlug)}/repos/${encodeURIComponent(repoSlug)}`,
993
994
995
996
0 commit comments