From c3e3c6bed170f2c3002895fc06a4e0244f976b71 Mon Sep 17 00:00:00 2001 From: Nicolai Ort Date: Fri, 18 Dec 2020 22:46:59 +0100 Subject: [PATCH] Manual overwrite ref #6 --- src/models/actions/CreateAuth.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/models/actions/CreateAuth.ts b/src/models/actions/CreateAuth.ts index adec57c..74fed72 100644 --- a/src/models/actions/CreateAuth.ts +++ b/src/models/actions/CreateAuth.ts @@ -7,6 +7,7 @@ import { JwtCreator } from '../../jwtcreator'; import { User } from '../entities/User'; import { Auth } from '../responses/ResponseAuth'; + export class CreateAuth { @IsOptional() @IsString()