Skip to content

Commit

Permalink
wallet arg
Browse files Browse the repository at this point in the history
  • Loading branch information
ewansheldon committed Nov 13, 2023
1 parent 00758f0 commit e9be421
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/liquidation.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const getVaultSupply = async wallet => {
try {
return await manager.connect(wallet).totalSupply()
} catch (_) {
return await getVaultSupply();
return await getVaultSupply(wallet);
}
}

Expand Down

0 comments on commit e9be421

Please sign in to comment.