minor bugs

This commit is contained in:
jliddev
2020-12-22 09:49:25 -06:00
parent bdb8d3070d
commit 4fd282e4ef
2 changed files with 1 additions and 1 deletions

View File

@@ -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";

View File

@@ -9,4 +9,5 @@ export const AppConfig = {
applicationInsightsKey: "4a53e8d9-796c-4f80-b1a6-9a058374dd6d",
},
autoUpdateIntervalMs: 3600000, // 1 hour
appUpdateIntervalMs: 3600000, // 1 hour
};