We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 020d6af commit afd6e0bCopy full SHA for afd6e0b
FirebaseAppDistribution/Sources/FIRFADApiService.m
@@ -107,7 +107,7 @@ + (NSArray *)handleReleaseResponse:(NSData *)data
107
response:(NSURLResponse *)response
108
error:(NSError **_Nullable)error {
109
NSHTTPURLResponse *httpResponse = (NSHTTPURLResponse *)response;
110
- FIRFADInfoLog(@"HTTPResonse status code %ld response %@", (long)[httpResponse statusCode],
+ FIRFADInfoLog(@"HTTPResponse status code %ld response %@", (long)[httpResponse statusCode],
111
httpResponse);
112
113
if ([self handleHttpResponseError:httpResponse error:error]) {
0 commit comments