Closed ellbosch closed 4 years ago
Closing until the other active PR is merged.
This pull request introduces 1 alert and fixes 1 when merging afbbf73f17fc7ce647bed940d0ca123a6fbc0114 into 9cb84e21ac50f2082c1c136780b674cb35a0c5d8 - view on LGTM.com
new alerts:
fixed alerts:
Closes #358.
This PR fixes an issue regarding redundant code leveraging the
Request
class. I was able to consolidate functionality insideRequest
which simplified any subclasses leveraging the parent class. 40 lines of code were eliminated with this change.