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 6af14ae commit e7fc13dCopy full SHA for e7fc13d
index.js
@@ -282,7 +282,7 @@ class SocketSdk {
282
/**
283
* @param {string} orgSlug
284
* @param {string} fullScanId
285
- * @param {string} file
+ * @param {string | undefined} file
286
* @returns {Promise<SocketSdkResultType<'getOrgFullScan'>>}
287
*/
288
async getOrgFullScan (orgSlug, fullScanId, file) {
0 commit comments