Skip to content

Commit 6cb168e

Browse files
Merge pull request #195 from SocketDev/cg/smallfixes
[fix] Types
2 parents 0623f03 + c354bfe commit 6cb168e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -459,7 +459,7 @@ class SocketSdk {
459459

460460
/**
461461
* @param {string} orgSlug
462-
* @param {string} params
462+
* @param {{[key: string]: any }} params
463463
* @returns {Promise<SocketSdkResultType<'createOrgRepo'>>}
464464
*/
465465
async createOrgRepo (orgSlug, params) {
@@ -477,7 +477,7 @@ class SocketSdk {
477477
/**
478478
* @param {string} orgSlug
479479
* @param {string} repoSlug
480-
* @param {string} params
480+
* @param {{[key: string]: any }} params
481481
* @returns {Promise<SocketSdkResultType<'updateOrgRepo'>>}
482482
*/
483483
async updateOrgRepo (orgSlug, repoSlug, params) {

0 commit comments

Comments
 (0)