Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: do not proceed if no setting found
Removes an unecessary fetch() call as find(true) already executes a fetch(), and changes the control flow so that getLibKeyLink() returns null early if no setting is found (only move on to creating an instance of CurlWrapper if the setting was found).
- Loading branch information