MOBILE-3021 calendar: Fix day view events
This commit is contained in:
parent
aa3e894248
commit
cb1839db71
@ -998,7 +998,7 @@ export class AddonCalendarProvider {
|
||||
return site.read('core_calendar_get_calendar_day_view', data, preSets).then((response) => {
|
||||
this.storeEventsInLocalDB(response.events, siteId);
|
||||
|
||||
return response.events;
|
||||
return response;
|
||||
});
|
||||
});
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user