mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-17 14:04:26 +01:00
Fix warnings (#5517)
Co-authored-by: Dennis Reimann <mail@dennisreimann.de>
This commit is contained in:
@@ -1388,7 +1388,7 @@ namespace BTCPayServer.Controllers
|
||||
|
||||
private InvoiceEntity GetCurrentInvoice() => HttpContext.GetInvoiceData();
|
||||
|
||||
private string GetUserId() => _UserManager.GetUserId(User);
|
||||
private string GetUserId() => _UserManager.GetUserId(User)!;
|
||||
|
||||
public class PosDataParser
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user