Skip to content

Commit

Permalink
Fix linting error
Browse files Browse the repository at this point in the history
  • Loading branch information
rachelmcr committed Jan 21, 2025
1 parent 733c414 commit a6fbce3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ extension MockWooShippingRemote: WooShippingRemoteProtocol {
completion: @escaping (Result<WooShippingOriginAddressUpdate, any Error>) -> Void) {
DispatchQueue.main.async { [weak self] in
guard let self = self else { return }

let key = ResultKey(siteID: siteID)
if let result = self.updateOriginAddress[key] {
completion(result)
Expand Down

0 comments on commit a6fbce3

Please sign in to comment.