mirror of
https://github.com/bitwarden/browser
synced 2024-12-28 19:02:42 +01:00
fix build problem with signalr upgrade
This commit is contained in:
parent
0c7af12ffa
commit
97715585a6
@ -62,7 +62,7 @@ export class NotificationsService implements NotificationsServiceAbstraction {
|
||||
skipNegotiation: true,
|
||||
transport: signalR.HttpTransportType.WebSockets,
|
||||
})
|
||||
.withHubProtocol(new signalRMsgPack.MessagePackHubProtocol())
|
||||
.withHubProtocol(new signalRMsgPack.MessagePackHubProtocol() as signalR.IHubProtocol)
|
||||
// .configureLogging(signalR.LogLevel.Trace)
|
||||
.build();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user