mirror of
https://github.com/WowUp/WowUp.git
synced 2026-04-23 15:27:03 -04:00
minor bugs
This commit is contained in:
@@ -2,7 +2,6 @@ import { interval, Subscription } from "rxjs";
|
||||
import { filter, tap } from "rxjs/operators";
|
||||
|
||||
import { AfterViewInit, ChangeDetectionStrategy, Component, OnDestroy } from "@angular/core";
|
||||
import { MatSnackBar } from "@angular/material/snack-bar";
|
||||
import { TranslateService } from "@ngx-translate/core";
|
||||
|
||||
import { AppConfig } from "../../../environments/environment";
|
||||
|
||||
@@ -9,4 +9,5 @@ export const AppConfig = {
|
||||
applicationInsightsKey: "4a53e8d9-796c-4f80-b1a6-9a058374dd6d",
|
||||
},
|
||||
autoUpdateIntervalMs: 3600000, // 1 hour
|
||||
appUpdateIntervalMs: 3600000, // 1 hour
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user