This commit is contained in:
Peter Maquiran
2023-02-27 09:31:10 +01:00
parent 6e2669e52f
commit 4731b402df
87 changed files with 86 additions and 4253 deletions
+2 -2
View File
@@ -38,7 +38,7 @@ export class AppComponent {
private sqliteservice: SqliteService,
private InativityService: InativityService,
public ThemeService: ThemeService,
private storage: Storage,
private storage: Storage
) {
this.initializeApp();
this.storage.set('version', environment.version).then(() => {})
@@ -62,7 +62,7 @@ export class AppComponent {
try {
this.sqliteservice.databaseConn();
} catch (error) {
console.error("Error creating local database: ", error)
console.error("Error creating local database: ", error)
}
}