mirror of
https://github.com/aljazceru/BTCPayServerPlugins.git
synced 2025-12-17 23:54:26 +01:00
bump everything
This commit is contained in:
@@ -45,13 +45,13 @@ public class BreezService:EventHostedServiceBase
|
||||
|
||||
protected override void SubscribeToEvents()
|
||||
{
|
||||
Subscribe<StoreRemovedEvent>();
|
||||
Subscribe<StoreEvent.Removed>();
|
||||
base.SubscribeToEvents();
|
||||
}
|
||||
|
||||
protected override async Task ProcessEvent(object evt, CancellationToken cancellationToken)
|
||||
{
|
||||
if (evt is StoreRemovedEvent storeRemovedEvent)
|
||||
if (evt is StoreEvent.Removed storeRemovedEvent)
|
||||
{
|
||||
await Handle(storeRemovedEvent.StoreId, null);
|
||||
_settings.Remove(storeRemovedEvent.StoreId);
|
||||
|
||||
Reference in New Issue
Block a user