Skip to content

Commit

Permalink
version
Browse files Browse the repository at this point in the history
  • Loading branch information
sei-tspencer committed May 7, 2024
1 parent 6def8aa commit 068e279
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cite-ui",
"version": "1.6.1-rc1",
"version": "1.6.1-rc2",
"scripts": {
"ng": "ng",
"start": "ng serve",
Expand Down
1 change: 0 additions & 1 deletion src/app/services/signalr.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ export class SignalRService implements OnDestroy {
}

this.applicationArea = applicationArea;
const accessToken = this.authService.getAuthorizationToken();
this.hubConnection = new signalR.HubConnectionBuilder()
.withUrl(this.getHubUrlWithAuth())
.withAutomaticReconnect(new RetryPolicy(120, 0, 5))
Expand Down

0 comments on commit 068e279

Please sign in to comment.