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 4f1394b commit 4800e83Copy full SHA for 4800e83
Source/FikaAmazonAPI/Services/FeedService.cs
@@ -23,7 +23,7 @@ public FeedService(AmazonCredential amazonCredential) : base(amazonCredential)
23
24
25
26
- public async Task<IList<Feed>> GetFeeds(ParameterGetFeed parameterGetFeed) =>
+ public IList<Feed> GetFeeds(ParameterGetFeed parameterGetFeed) =>
27
Task.Run(() => GetFeedsAsync(parameterGetFeed)).ConfigureAwait(false).GetAwaiter().GetResult();
28
29
public async Task<IList<Feed>> GetFeedsAsync(ParameterGetFeed parameterGetFeed)
0 commit comments