Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion FirebaseAppDistribution/Sources/FIRFADApiService.m
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ + (NSArray *)handleReleaseResponse:(NSData *)data
response:(NSURLResponse *)response
error:(NSError **_Nullable)error {
NSHTTPURLResponse *httpResponse = (NSHTTPURLResponse *)response;
FIRFADInfoLog(@"HTTPResonse status code %ld response %@", (long)[httpResponse statusCode],
FIRFADInfoLog(@"HTTPResponse status code %ld response %@", (long)[httpResponse statusCode],
httpResponse);

if ([self handleHttpResponseError:httpResponse error:error]) {
Expand Down
Loading