Skip to content

Commit 4800e83

Browse files
committed
fix #158
1 parent 4f1394b commit 4800e83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/FikaAmazonAPI/Services/FeedService.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ public FeedService(AmazonCredential amazonCredential) : base(amazonCredential)
2323

2424

2525

26-
public async Task<IList<Feed>> GetFeeds(ParameterGetFeed parameterGetFeed) =>
26+
public IList<Feed> GetFeeds(ParameterGetFeed parameterGetFeed) =>
2727
Task.Run(() => GetFeedsAsync(parameterGetFeed)).ConfigureAwait(false).GetAwaiter().GetResult();
2828

2929
public async Task<IList<Feed>> GetFeedsAsync(ParameterGetFeed parameterGetFeed)

0 commit comments

Comments
 (0)