We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7e00f4 commit cb87b9cCopy full SHA for cb87b9c
src/BootstrapBlazor/wwwroot/modules/client.js
@@ -24,6 +24,6 @@ export async function getClientInfo(url) {
24
if (result) {
25
data.ip = result.Ip;
26
}
27
- data.id = localStorage.getItem('bb_hub_connection_id') ?? result.Id;
+ data.id = localStorage.getItem('bb_hub_connection_id') || result.Id;
28
return data;
29
0 commit comments