Merge branch 'develop_bitOut' into consoleCle

This commit is contained in:
Peter Maquiran
2022-12-20 17:16:55 +01:00
23 changed files with 293 additions and 238 deletions
@@ -143,7 +143,7 @@ export class ViewEventPage implements OnInit {
resolve(events)
})
} else {
this.sqliteservice.getAllEvents().then((events: any[]) => {
this.sqliteservice.getAllEvents().then((events: any[] = []) => {
resolve(events)
})