Skip to content

Commit

Permalink
enable socket.io
Browse files Browse the repository at this point in the history
  • Loading branch information
vellengs committed May 2, 2018
1 parent d980f82 commit 90fb360
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/client/app/app.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@ export class AppComponent implements OnInit {
constructor(private pingService: PingService) { }

ping() {
// tslint:disable-next-line:no-commented-code
// this.pingService.sendPing(new Date());
this.pingService.sendPing(new Date());
}

ngOnInit() {
Expand Down

0 comments on commit 90fb360

Please sign in to comment.