Restore balanceAccount functionality

This commit is contained in:
odyzzey 2022-04-17 23:13:28 -05:00 committed by GitHub
parent 1e71444db4
commit ee6b97dbe5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -1063,7 +1063,6 @@ async function balanceAccount(
spotMarkets: Market[],
perpMarkets: PerpMarket[],
) {
return;
if (Date.now() < lastRebalance + rebalanceInterval) {
return;
}