Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Siddharth2207 committed Dec 29, 2023
1 parent 3d05916 commit c4429bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arb-bot.js
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ const getOptions = async argv => {
cmdOptions.flashbotRpc = cmdOptions.flashbotRpc || ENV_OPTIONS.flashbotRpc;
cmdOptions.timeout = cmdOptions.timeout || ENV_OPTIONS.timeout;
cmdOptions.interpreterv2 = cmdOptions.interpreterv2 || ENV_OPTIONS.interpreterv2;
cmdOptions.bundle = cmdOptions.bundle ? ENV_OPTIONS.bundle : false;
cmdOptions.bundle = cmdOptions.bundle ? ENV_OPTIONS.bundle : false;

return cmdOptions;
};
Expand Down

0 comments on commit c4429bb

Please sign in to comment.