mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-03-13 11:35:51 +01:00
Fix build warning
This commit is contained in:
parent
87ab15f754
commit
73a9835a27
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ namespace BTCPayServer.HostedServices
|
|||
|
||||
protected void Subscribe<T>()
|
||||
{
|
||||
_Subscriptions.Add(_EventAggregator.Subscribe<T>(e => _Events.Writer.TryWrite(e)));
|
||||
_Subscriptions.Add(_EventAggregator.Subscribe<T>(e => _Events.Writer.TryWrite(e!)));
|
||||
}
|
||||
|
||||
protected void PushEvent(object obj)
|
||||
|
|
Loading…
Add table
Reference in a new issue