-
Notifications
You must be signed in to change notification settings - Fork 37
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Reported by: @leechristensen
Satellite is doubling conditionals on each request. I believe the issue is here.
Instead of appending the conditionals each request, the conditionals should either:
- Be appended then filtered for duplicates
- Constructed newly each time
The second option is probably the best solution since the work will need to be done either way
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working