Skip to content

Commit

Permalink
wi[
Browse files Browse the repository at this point in the history
  • Loading branch information
charliegerard committed Jun 27, 2024
1 parent f2fa02b commit 3e6d97e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/commands/dependencies/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 3e6d97e

Please sign in to comment.