mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 20:47:54 +00:00
Merge branch 'develop_bitOut' into consoleCle
This commit is contained in:
@@ -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)
|
||||
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user