Issue: when fetching all accounts and providing a filter, discriminator gets dropped from filter_to_use
Cause: A + B if...else statement acting on entire scope of A + B instead of just B
Solution: add parentheses to ensure right scope in if/else statement
Issue: when fetching all accounts and providing a filter, discriminator gets dropped from filter_to_use Cause: A + B if...else statement acting on entire scope of A + B instead of just B Solution: add parentheses to ensure right scope in if/else statement