aboutsummaryrefslogtreecommitdiff
path: root/frontend/src/app/app.component.ts
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/src/app/app.component.ts')
-rw-r--r--frontend/src/app/app.component.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/src/app/app.component.ts b/frontend/src/app/app.component.ts
index dfe4febc..e301b46f 100644
--- a/frontend/src/app/app.component.ts
+++ b/frontend/src/app/app.component.ts
@@ -43,7 +43,7 @@ export class AppComponent implements OnInit, AfterViewInit {
if(!this.authService.alreadyGuest())
this.authService.addGuestToken();
}
- //this.signalRService.startConnection();
+ this.signalRService.startConnection();
//this.startHttpRequest();
}
}