Skip to content

Commit

Permalink
harvest fix
Browse files Browse the repository at this point in the history
  • Loading branch information
slasher125 committed Jul 1, 2024
1 parent 955c772 commit fdd10d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/adaptors/harvest-finance/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ async function apy() {
allVaults = [...allVaults, ...farms];
}

allVaults = [...allVaults, ...specialVaults];
allVaults = [...allVaults, ...specialVaults].filter((i) => Boolean(i));

return (
allVaults
Expand Down

0 comments on commit fdd10d2

Please sign in to comment.