Fixed typo

This commit is contained in:
Nicolai Ort 2020-12-18 14:52:31 +01:00
parent bb4ea485fd
commit 388fc6ba6a

View File

@ -15,7 +15,7 @@ export abstract class ResponseParticipant {
* Autogenerated unique id (primary key). * Autogenerated unique id (primary key).
*/ */
@IsInt() @IsInt()
id: number;; id: number;
/** /**
* The participant's first name. * The participant's first name.