mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 20:47:54 +00:00
Fix error
This commit is contained in:
@@ -6,7 +6,7 @@ import { EventPerson } from 'src/app/models/eventperson.model'
|
||||
})
|
||||
export class ParticipantsPipe implements PipeTransform {
|
||||
|
||||
transform(EventPerson: EventPerson[]): any {
|
||||
transform(EventPerson: EventPerson[] = []): any {
|
||||
let taskParticipants = [];
|
||||
let taskParticipantsCc = [];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user