Skip to content

Commit

Permalink
remove mock
Browse files Browse the repository at this point in the history
  • Loading branch information
thebookins committed Feb 8, 2020
1 parent 1d8577a commit 7054584
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/status-bar/status-bar.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import { startWith, switchMap } from "rxjs/operators";
})
export class StatusBarComponent implements OnInit {

status: Status = {up: true, since: new Date(), at: new Date()};
status: Status;

constructor(private statusService: StatusService) { }

Expand Down

0 comments on commit 7054584

Please sign in to comment.