feat: created_via for tracking how runners got into the system (#212)
close #211 squash merge please:) Reviewed-on: #212
This commit was merged in pull request #212.
This commit is contained in:
@@ -50,6 +50,12 @@ export abstract class ResponseParticipant implements IResponse {
|
||||
@IsString()
|
||||
email?: string;
|
||||
|
||||
/**
|
||||
* how the participant got into the system
|
||||
*/
|
||||
@IsString()
|
||||
created_via?: string;
|
||||
|
||||
/**
|
||||
* The participant's address.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user