mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 04:57:52 +00:00
fix agenda
This commit is contained in:
@@ -109,7 +109,7 @@ export class CalendarService {
|
||||
|
||||
let result = [];
|
||||
for (const calendar of ids) {
|
||||
const events = this._eventSource.filter(e => e.CalendarId == calendar.calendarId)
|
||||
const events = this._eventSource.filter(e => e.CalendarId == calendar.CalendarId)
|
||||
result = result.concat(events)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user