Merge branch 'dev' into feature/17-automated_tests

# Conflicts:
#	src/app.ts
#	src/controllers/RunnerController.ts
#	src/controllers/RunnerOrganisationController.ts
#	src/controllers/RunnerTeamController.ts
#	src/models/actions/CreateParticipant.ts
This commit is contained in:
2020-12-10 17:45:23 +01:00
6 changed files with 32 additions and 36 deletions

View File

@@ -17,7 +17,7 @@ export abstract class CreateParticipant {
* Optional.
*/
@IsString()
@IsNotEmpty()
@IsOptional()
middlename?: string;
/**