add to group

This commit is contained in:
Kukks 2024-07-29 13:37:14 +02:00
parent a6c01f4658
commit 0df173b415
No known key found for this signature in database
GPG key ID: 8E5530D9D1C93097

View file

@ -228,7 +228,7 @@ public class BTCPayAppState : IHostedService
ExplorerClient.Track(trackedSource);
}
await _hubContext.Groups.AddToGroupAsync(contextConnectionId, ts);
await AddToGroup(ts, contextConnectionId);
}
catch (Exception e)
{