Skip to content

Commit 563ad13

Browse files
Merge pull request #189 from SocketDev/cg/fixArgumentType
Fix type
2 parents 594a285 + 9e97b25 commit 563ad13

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
@@ -282,7 +282,7 @@ class SocketSdk {
282282
/**
283283
* @param {string} orgSlug
284284
* @param {string} fullScanId
285-
* @param {string} file
285+
* @param {string | undefined} file
286286
* @returns {Promise<SocketSdkResultType<'getOrgFullScan'>>}
287287
*/
288288
async getOrgFullScan (orgSlug, fullScanId, file) {

0 commit comments

Comments
 (0)