Skip to content

Commit

Permalink
refactor: Update ParticipantsDTO type in participants.dto.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
PleBea committed Jul 15, 2024
1 parent 9b9b7c8 commit 516d2f0
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 @@ -10,7 +10,7 @@ export class ParticipantsDTO {
lat: '33.511111',
lng: '126.492778',
},
type: [LocationDTO],
type: LocationDTO,
})
@IsArray()
'userid': LocationDTO;
Expand Down

0 comments on commit 516d2f0

Please sign in to comment.