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.
2 parents 0623f03 + c354bfe commit 6cb168eCopy full SHA for 6cb168e
index.js
@@ -459,7 +459,7 @@ class SocketSdk {
459
460
/**
461
* @param {string} orgSlug
462
- * @param {string} params
+ * @param {{[key: string]: any }} params
463
* @returns {Promise<SocketSdkResultType<'createOrgRepo'>>}
464
*/
465
async createOrgRepo (orgSlug, params) {
@@ -477,7 +477,7 @@ class SocketSdk {
477
478
479
* @param {string} repoSlug
480
481
* @returns {Promise<SocketSdkResultType<'updateOrgRepo'>>}
482
483
async updateOrgRepo (orgSlug, repoSlug, params) {
0 commit comments