mirror of
https://github.com/jwetzell/itsfiveoclockwhere.git
synced 2026-09-03 04:58:59 +00:00
fix some linting things
This commit is contained in:
@@ -24,7 +24,7 @@ export class AppComponent {
|
||||
if (currentTimezone) {
|
||||
this.timezones = this.timezoneService.getTimezones();
|
||||
|
||||
var second = interval(1000).pipe(startWith(0));
|
||||
const second = interval(1000).pipe(startWith(0));
|
||||
|
||||
second.subscribe(() => {
|
||||
this.fiveOclocks = [];
|
||||
|
||||
Reference in New Issue
Block a user