1
0
mirror of https://github.com/bitwarden/browser synced 2025-01-01 12:47:57 +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, skipNegotiation: true,
transport: signalR.HttpTransportType.WebSockets, transport: signalR.HttpTransportType.WebSockets,
}) })
.withHubProtocol(new signalRMsgPack.MessagePackHubProtocol()) .withHubProtocol(new signalRMsgPack.MessagePackHubProtocol() as signalR.IHubProtocol)
// .configureLogging(signalR.LogLevel.Trace) // .configureLogging(signalR.LogLevel.Trace)
.build(); .build();