Updated comments

ref #105
This commit is contained in:
Nicolai Ort 2021-01-16 16:57:58 +01:00
parent d0df5dd641
commit 8bc01d3f24
4 changed files with 4 additions and 4 deletions

View File

@ -29,7 +29,7 @@ export class CreateGroupContact {
lastname: string;
/**
* The new contact's address's id.
* The new contact's address.
*/
@IsOptional()
@IsObject()

View File

@ -45,7 +45,7 @@ export abstract class CreateParticipant {
email?: string;
/**
* The new participant's address's id.
* The new participant's address.
*/
@IsOptional()
@IsObject()

View File

@ -8,7 +8,7 @@ import { CreateRunnerGroup } from './CreateRunnerGroup';
*/
export class CreateRunnerOrganisation extends CreateRunnerGroup {
/**
* The new organisation's address's id.
* The new organisation's address.
*/
@IsOptional()
@IsObject()

View File

@ -16,7 +16,7 @@ export class UpdateRunnerOrganisation extends CreateRunnerGroup {
id: number;
/**
* The updated organisation's address's id.
* The updated organisation's address.
*/
@IsOptional()
@IsObject()