Skip to content

Commit

Permalink
remove unused argv
Browse files Browse the repository at this point in the history
  • Loading branch information
fabcotech committed Jul 12, 2024
1 parent f13df97 commit ba38505
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,6 @@ const f = () => {
getSingleProcessArgv('--cancel-open-orders') ||
getSingleProcessArgv('-c')
) {
const argv = getSingleProcessArgv('--cancel-open-orders')
? getProcessArgv('--cancel-open-orders')
: getProcessArgv('-c');
cancelOpenOrders();
} else {
console.error('Unrecognized command');
Expand Down

0 comments on commit ba38505

Please sign in to comment.