fix: add .created_via to ResponseParticipant constructor
This commit is contained in:
parent
ebde8c6ffd
commit
2e271bcd52
@ -70,6 +70,7 @@ export abstract class ResponseParticipant implements IResponse {
|
||||
public constructor(participant: Participant) {
|
||||
this.id = participant.id;
|
||||
this.firstname = participant.firstname;
|
||||
this.created_via = participant.created_via;
|
||||
this.middlename = participant.middlename;
|
||||
this.lastname = participant.lastname;
|
||||
this.phone = participant.phone;
|
||||
|
Loading…
x
Reference in New Issue
Block a user