Fix build warnings

This commit is contained in:
Dennis Reimann
2022-07-04 19:05:25 +02:00
parent b422e79896
commit 0405cda9d6
2 changed files with 2 additions and 2 deletions

View File

@@ -61,7 +61,7 @@ namespace BTCPayServer.Controllers
}
[HttpGet("{storeId}/lightning/{cryptoCode}/balance")]
public async Task<IActionResult> LightningBalance(string storeId, string cryptoCode)
public IActionResult LightningBalance(string storeId, string cryptoCode)
{
var store = HttpContext.GetStoreData();
if (store == null)