Skip to content

Commit

Permalink
feat: Update ParticipantsDTO example in participants.dto.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
suk-6 committed Jul 15, 2024
1 parent c3005c7 commit a9da580
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/location/dto/participants.dto.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { LocationDTO } from './update.dto';

export class ParticipantsDTO {
@ApiProperty({
example: 'userid: LocationDTO[]',
example: '{lat: "33.511111", lng: "126.492778"}',
})
@IsArray()
'userid': LocationDTO[];
Expand Down

0 comments on commit a9da580

Please sign in to comment.