Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(GH-1889) Fix: Removal of ApiKey broken
`remove_api_key` was previously not working properly. The API key string did not get removed from the config file due to incorrect implementation of Equals method in ConfigFileApiKeySettings class. Current commit fixes this issue.
- Loading branch information