mirror of
https://github.com/bitwarden/browser
synced 2025-12-15 15:53:27 +00:00
fix build problem with signalr upgrade
This commit is contained in:
@@ -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();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user