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