fix(participant): Switch to correct type
This commit is contained in:
		@@ -80,7 +80,7 @@ export abstract class Participant {
 | 
				
			|||||||
   */
 | 
					   */
 | 
				
			||||||
  @Column({ nullable: true, default: "backend" })
 | 
					  @Column({ nullable: true, default: "backend" })
 | 
				
			||||||
  @IsOptional()
 | 
					  @IsOptional()
 | 
				
			||||||
  @IsEmail()
 | 
					  @IsString()
 | 
				
			||||||
  created_via?: string;
 | 
					  created_via?: string;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  /**
 | 
					  /**
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user