Skip to content
This repository has been archived by the owner on Jun 13, 2023. It is now read-only.

Commit

Permalink
VP-5616: Return Task.CompletedTask
Browse files Browse the repository at this point in the history
  • Loading branch information
trueboroda committed Oct 29, 2020
1 parent 5cb5c53 commit b4dc434
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ public override Task ClearAsync()
EnsureCartExists();
Cart.ConfiguredGroups.Clear();
Cart.Items.Clear();
return Task.FromResult((object)null);
return Task.CompletedTask;
}

protected override async Task AddLineItemAsync(LineItem lineItem)
Expand Down

0 comments on commit b4dc434

Please sign in to comment.