mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-02-23 14:40:36 +01:00
add to group
This commit is contained in:
parent
a6c01f4658
commit
0df173b415
1 changed files with 1 additions and 1 deletions
|
@ -228,7 +228,7 @@ public class BTCPayAppState : IHostedService
|
|||
ExplorerClient.Track(trackedSource);
|
||||
}
|
||||
|
||||
await _hubContext.Groups.AddToGroupAsync(contextConnectionId, ts);
|
||||
await AddToGroup(ts, contextConnectionId);
|
||||
}
|
||||
catch (Exception e)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue