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