fix(participant): Switch to correct type

This commit is contained in:
Nicolai Ort 2025-04-08 21:03:23 +02:00
parent bb213f001e
commit 599c75fc00
Signed by: niggl
GPG Key ID: 13AFA55AF62F269F

View File

@ -80,7 +80,7 @@ export abstract class Participant {
*/
@Column({ nullable: true, default: "backend" })
@IsOptional()
@IsEmail()
@IsString()
created_via?: string;
/**