oops, 1 second interval

This commit is contained in:
2021-12-16 22:51:40 -06:00
parent 8c26a77240
commit bf7e95fadd
+1 -1
View File
@@ -19,7 +19,7 @@ export class FiveoclockComponent implements OnInit {
constructor(private timezoneService: TimezoneService){
this.timezones = this.timezoneService.getTimezones()
var second = interval(10000).pipe(startWith(0))
var second = interval(1000).pipe(startWith(0))
second.subscribe(()=>{
this.fiveOclocks = [];