1
0
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:
Kyle Spearrin 2021-04-09 11:54:16 -04:00
parent 0c7af12ffa
commit 97715585a6

View File

@ -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();