Skip to content

Commit 9e97b25

Browse files
committed
Fix type
1 parent 594a285 commit 9e97b25

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)