Remove build warnings

This commit is contained in:
nicolas.dorier
2021-10-06 12:53:41 +09:00
parent 08bd13b2cd
commit b970f64639
5 changed files with 6 additions and 6 deletions

View File

@@ -157,7 +157,7 @@ namespace BTCPayServer.Controllers
foreach (var currencyCode in currencyCodes)
{
if (!first)
currencyPairsBuilder.Append(",");
currencyPairsBuilder.Append(',');
first = false;
currencyPairsBuilder.Append($"{baseCrypto}_{currencyCode}");
}