mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2024-11-19 18:11:36 +01:00
fix build
This commit is contained in:
parent
1a122726b7
commit
5d9da82d8e
@ -35,7 +35,7 @@ namespace BTCPayServer.HostedServices
|
||||
public async Task StopAsync(CancellationToken cancellationToken)
|
||||
{
|
||||
if (_Stop == null)
|
||||
return Task.CompletedTask;
|
||||
return;
|
||||
_Stop.Cancel();
|
||||
try
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user