Improve change to camelcase

This commit is contained in:
Peter Maquiran
2021-07-30 17:45:17 +01:00
parent 7c96aa9e8b
commit f21f2afc65
3 changed files with 9 additions and 14 deletions
-3
View File
@@ -82,8 +82,6 @@ export class AgendaPage implements OnInit {
/* List of events of our calendar */
eventSource : eventSource[] = []
/* The title of the calendar */
viewTitle: string;
@@ -590,7 +588,6 @@ export class AgendaPage implements OnInit {
if(this.profile == "mdgpr" && this.loggeduser.Profile == 'MDGPR') {
this.eventService.getAllMdEvents(momentG(new Date(startTime),'yyyy-MM-dd HH:mm:ss'), momentG(new Date(endTime),'yyyy-MM-dd 23:59:59')).then((res:any) => {
this.calendarService.removeRange(startTime, endTime, 'md')
const eventsList = res.filter(data => data.CalendarName == "Oficial");