You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Recently, a line was removed by accident in a refactoring. This was easily missed as there is a lot of code duplication for each ResolveBoolean,ResolveString, ... method.
Simplify these functions by reducing duplication.
The text was updated successfully, but these errors were encountered:
## This PR
<!-- add the description of the PR here -->
- Reduces duplicated code in Resolve... funcs
### Related Issues
<!-- add here the GitHub issue that this PR resolves if applicable -->
Fixes#385
### Notes
<!-- any additional notes for this PR -->
### Follow-up Tasks
<!-- anything that is related to this PR but not done here should be
noted under this section -->
<!-- if there is a need for a new issue, please link it here -->
### How to test
<!-- if applicable, add testing instructions under this section -->
Tested against integration tests.
---------
Signed-off-by: Skye Gill <[email protected]>
Requirements
Recently, a line was removed by accident in a refactoring. This was easily missed as there is a lot of code duplication for each
ResolveBoolean
,ResolveString
, ... method.Simplify these functions by reducing duplication.
The text was updated successfully, but these errors were encountered: