add delay to in memory service and update check interval

This commit is contained in:
Jesse Lucas
2020-03-29 16:51:12 -04:00
parent 82f5706350
commit 37f2f2cdf6
5 changed files with 6 additions and 15 deletions
@@ -17,7 +17,6 @@ export class StatusListComponent implements OnInit {
}
onToggle(s: Status) {
console.log("holy moly", s);
this.currentStatus = s;
}
}