Little comment cleanup

ref #13
This commit is contained in:
2020-12-10 19:36:49 +01:00
parent f3000f14cd
commit 02877ece9c
6 changed files with 11 additions and 14 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()