Previously, we had an 'if/else' statement where the 'else' was never being reached. It was originally added to differentiate when the request had constraints and when it didn't. Being that in the end, it doesn't make a difference and requests are correctly invoked, this should be removed as it is never being reached.
What ticket does this PR close?
Resolves -
Checklists
Change log
[ ] The CHANGELOG has been updated, or
[x] This PR does not include user-facing changes and doesn't require a CHANGELOG update
Test coverage
[ ] This PR includes new unit and integration tests to go with the code changes, or
[x] The changes in this PR do not require tests
Documentation
[ ] Docs (e.g. READMEs) were updated in this PR, and/or there is a follow-on issue to update docs, or
[x] This PR does not require updating any documentation
What does this PR do?
Previously, we had an 'if/else' statement where the 'else' was never being reached. It was originally added to differentiate when the request had constraints and when it didn't. Being that in the end, it doesn't make a difference and requests are correctly invoked, this should be removed as it is never being reached.
What ticket does this PR close?
Resolves -
Checklists
Change log
Test coverage
Documentation
README
s) were updated in this PR, and/or there is a follow-on issue to update docs, or