Fixed typo

This commit is contained in:
Nicolai Ort 2020-12-18 14:52:31 +01:00
parent bb4ea485fd
commit 388fc6ba6a
1 changed files with 1 additions and 1 deletions

View File

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