some fixes

This commit is contained in:
Ryan Peters
2024-01-05 13:46:01 -05:00
parent 41de9e60c4
commit 4269188c8c
3 changed files with 4 additions and 5 deletions

View File

@ -1,6 +1,4 @@
let noteName = '';//document.location.pathname.substring(1);
let connection = new signalR.HubConnectionBuilder()
let connection = new signalR.HubConnectionBuilder()
.withAutomaticReconnect()
.withUrl(`/noteHub?noteName=${noteName}`)
.build();