Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Always return the result of .refresh in .retrieve
With the refactor of v13, there are now cases where `self` is not mutated in the call to refresh and instead a new object is returned. This change ensures that the new object is always returned by returning the result of refresh instead.
- Loading branch information