mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 13:02:56 +00:00
remove unsude code
This commit is contained in:
@@ -184,13 +184,13 @@ export class DocumentSetUpMeetingPage implements OnInit {
|
||||
|
||||
this.postData.Category = 'Reunião'
|
||||
|
||||
if (!this.CalendarName) {
|
||||
if (this._eventService.calendarNamesAry.includes('Meu calendario')) {
|
||||
this.CalendarName = 'Meu calendario';
|
||||
} else {
|
||||
this.CalendarName = this._eventService.calendarNamesAry[0]
|
||||
}
|
||||
}
|
||||
// if (!this.CalendarName) {
|
||||
// if (this._eventService.calendarNamesAry.includes('Meu calendario')) {
|
||||
// this.CalendarName = 'Meu calendario';
|
||||
// } else {
|
||||
// this.CalendarName = this._eventService.calendarNamesAry[0]
|
||||
// }
|
||||
// }
|
||||
|
||||
if (this.taskParticipants.length == 0) {
|
||||
this.taskParticipants = [
|
||||
|
||||
Reference in New Issue
Block a user