diff --git a/lib/commands/dependencies/index.js b/lib/commands/dependencies/index.js index 1a4c6306..9c731136 100644 --- a/lib/commands/dependencies/index.js +++ b/lib/commands/dependencies/index.js @@ -108,7 +108,6 @@ function setupCommand (name, description, argv, importMeta) { */ async function searchDeps ({ limit, offset, outputJson }, spinner) { const socketSdk = await setupSdk(getDefaultKey()) - // @ts-ignore const result = await handleApiCall(socketSdk.searchDependencies({ limit, offset }), 'Searching dependencies') if (!result.success) {