fix some linting things

This commit is contained in:
2024-11-29 19:34:14 -06:00
parent 75ed9eb1c7
commit 748bc49780
3 changed files with 13 additions and 13 deletions
+1 -1
View File
@@ -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 = [];