mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-14 22:56:12 -04:00
Fix Apple platform implementation bug for SendRequest
PiperOrigin-RevId: 685269857
This commit is contained in:
committed by
Copybara-Service
parent
7b2eddc458
commit
cc205590ab
@@ -222,7 +222,7 @@ absl::StatusOr<WebResponse> ImplementationPlatform::SendRequest(const WebRequest
|
||||
[condition unlock];
|
||||
|
||||
if (blockResponse == nil) {
|
||||
return absl::UnknownError([[blockError localizedDescription] UTF8String]);
|
||||
return absl::FailedPreconditionError([[blockError localizedDescription] UTF8String]);
|
||||
}
|
||||
|
||||
WebResponse webResponse;
|
||||
|
||||
Reference in New Issue
Block a user