Skip to content

Commit

Permalink
Update Index.razor
Browse files Browse the repository at this point in the history
  • Loading branch information
seesharprun authored Oct 11, 2023
1 parent 9763bcc commit a989126
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/web/Pages/Index.razor
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,6 @@
FeedResponse<Product> response = await feed.ReadNextAsync();
foreach (Product item in response)
{
// Do something with each item
items.Add(item);
}
requestCharge += response.RequestCharge;
Expand Down

0 comments on commit a989126

Please sign in to comment.