Skip to content

Commit

Permalink
[file system] Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
lukmccall committed Mar 23, 2020
1 parent 4a68ed2 commit 1f65208
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/expo-file-system/ios/EXFileSystem/EXFileSystem.m
Expand Up @@ -687,7 +687,7 @@ - (NSMutableDictionary *)_parseServerResponse:(NSURLResponse *)response
NSMutableDictionary *result = [NSMutableDictionary dictionary];
result[@"status"] = @([httpResponse statusCode]);
result[@"headers"] = [httpResponse allHeaderFields];
result[@"MINEType"] = UMNullIfNil([httpResponse MIMEType]);
result[@"mineType"] = UMNullIfNil([httpResponse MIMEType]);
return result;
}

Expand Down

0 comments on commit 1f65208

Please sign in to comment.