mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 04:57:52 +00:00
Improve telemetry
This commit is contained in:
@@ -97,7 +97,7 @@ export class AgendaDataRepositoryService {
|
||||
|
||||
async EventList({ userId, startDate, endDate, status = EEventFilterStatus.Approved, category = null, type = null, calendarOwnerName = '' }, tracing?: TracingType) {
|
||||
|
||||
const result = await this.agendaDataService.getEvents({userId, startDate, endDate, status, category, type})
|
||||
const result = await this.agendaDataService.getEvents({userId, startDate, endDate, status, category, type}, tracing)
|
||||
|
||||
if(result.isOk()) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user