Skip to content

Commit 28467c1

Browse files
authored
Merge pull request #515 from zinsmeik/main
2 parents 6422a63 + 1723103 commit 28467c1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Source/FikaAmazonAPI/Services/FeedService.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,6 @@ public async Task<FeedDocument> GetFeedDocumentAsync(string feedDocumentId, Canc
116116
public ProcessingReportMessage GetFeedDocumentProcessingReport(string url) =>
117117
Task.Run(() => GetFeedDocumentProcessingReportAsync(url)).ConfigureAwait(false).GetAwaiter().GetResult();
118118

119-
[Obsolete("Use GetFeedDocumentProcessingReportAsync as it handles compressed responses.")]
120119
[EditorBrowsable(EditorBrowsableState.Never)]
121120
public async Task<ProcessingReportMessage> GetFeedDocumentProcessingReportAsync(string url)
122121
{

0 commit comments

Comments
 (0)