fix build

This commit is contained in:
nicolas.dorier
2019-09-05 11:41:51 +09:00
parent c247e275f6
commit 0798b95c6b
2 changed files with 1 additions and 2 deletions

View File

@@ -145,7 +145,6 @@ namespace BTCPayServer.Controllers
{
var choices = _AppService.Parse(settings.Template, settings.Currency);
var updateNeeded = false;
foreach (var cartItem in cartItems)
{
var itemChoice = choices.FirstOrDefault(c => c.Id == cartItem.Key);