Merge branch 'dev' into feature/17-automated_tests

# Conflicts:
#	src/controllers/RunnerController.ts
#	src/models/actions/CreateParticipant.ts
This commit is contained in:
2020-12-10 19:37:52 +01:00
7 changed files with 71 additions and 15 deletions

View File

@@ -47,7 +47,7 @@ export abstract class CreateParticipant {
/**
* The new participant's address.
* Must be of type number (address id), createAddress (new address) or address (existing address)
* Must be of type number (address id).
* Optional.
*/
@IsInt()