Skip to content
This repository has been archived by the owner on Jan 24, 2024. It is now read-only.

Commit

Permalink
fix(spool): ignore removed strategies (#2928)
Browse files Browse the repository at this point in the history
  • Loading branch information
amikec committed Sep 5, 2023
1 parent 47a3803 commit 07652dd
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -57,7 +57,7 @@ const vaultsQuery = gql`
fees {
feeSize
}
strategies(orderBy: position, orderDirection: asc) {
strategies(orderBy: position, orderDirection: asc, where: { strategy_: { isRemoved: false } }) {
id
position
allocation
Expand Down

0 comments on commit 07652dd

Please sign in to comment.