Skip to content

Commit

Permalink
Merge pull request #1775 from barijaona/issue-1774
Browse files Browse the repository at this point in the history
  • Loading branch information
barijaona authored Jul 21, 2024
2 parents 4c27db8 + b437f38 commit 44b2b31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Vienna/Sources/Fetching/RefreshManager.m
Original file line number Diff line number Diff line change
Expand Up @@ -630,7 +630,7 @@ -(void)folderRefreshCompleted:(NSMutableURLRequest *)connector response:(NSURLRe
@"log": connectorItem,
@"url": url,
@"data": receivedData,
@"mimeType": response.MIMEType,
@"mimeType": SafeString(response.MIMEType),
@"lastModifiedString": lastModifiedString,
}];
}
Expand Down

0 comments on commit 44b2b31

Please sign in to comment.