Skip to content

Commit

Permalink
fix: delete git merge watermarks (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
fborello-lambda authored Aug 15, 2024
1 parent 6c86397 commit b2f14be
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions utils/commands/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,8 @@ import { getBalance } from "./cmdGetBalance";
import { sendBalance } from "./cmdSendBalance";
import { depositBalance } from "./cmdDeposit";
import { fixNonce } from "./cmdFixNonce";
<<<<<<< HEAD
import { loadTest } from "./loadTester/cmdLoadTest";
=======
import { getRandomWallet } from "./cmdGetRandomWallet";
>>>>>>> main

export const cmd = {
balance: {
Expand Down

0 comments on commit b2f14be

Please sign in to comment.