From 388fc6ba6a62088d773d5e1afd299ee78b47d573 Mon Sep 17 00:00:00 2001 From: Nicolai Ort Date: Fri, 18 Dec 2020 14:52:31 +0100 Subject: [PATCH] Fixed typo --- src/models/responses/ResponseParticipant.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/models/responses/ResponseParticipant.ts b/src/models/responses/ResponseParticipant.ts index 22ec2a3..0647efe 100644 --- a/src/models/responses/ResponseParticipant.ts +++ b/src/models/responses/ResponseParticipant.ts @@ -15,7 +15,7 @@ export abstract class ResponseParticipant { * Autogenerated unique id (primary key). */ @IsInt() - id: number;; + id: number; /** * The participant's first name.