Skip to content

Commit

Permalink
chore: update top 250 list name
Browse files Browse the repository at this point in the history
  • Loading branch information
mdwitr0 committed Dec 13, 2023
1 parent 5606e8b commit b6eb6a4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/list/dto/v1.4/list-request.dto.ts
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ export class ListRequestDtoV1_4 implements IRequestModel {
@Expose()
sortType?: string[];

@ApiNullableProperty({ isArray: true, description: 'Поиск slug (пример: `"!top-250", "top-250"`)' })
@ApiNullableProperty({ isArray: true, description: 'Поиск slug (пример: `"!top250", "top250"`)' })
@IsOptional()
@ToArray()
@Validate(IsString)
Expand Down
2 changes: 1 addition & 1 deletion src/movie/dto/v1.4/movie-random-request.dto.ts
Original file line number Diff line number Diff line change
Expand Up @@ -439,7 +439,7 @@ export class MovieRandomRequestDtoV1_4 {
@ApiNullableProperty({
type: 'string',
isArray: true,
description: 'Поиск по коллекциям из KinoPoisk (пример: `"top-250", "top-100-indian-movies", "!top-100-movies"`)',
description: 'Поиск по коллекциям из KinoPoisk (пример: `"top250", "top-100-indian-movies", "!top-100-movies"`)',
})
@IsOptional()
@ToArray()
Expand Down
2 changes: 1 addition & 1 deletion src/movie/dto/v1.4/movie-request.dto.ts
Original file line number Diff line number Diff line change
Expand Up @@ -691,7 +691,7 @@ export class MovieRequestDtoV1_4 implements IRequestModel {
@ApiNullableProperty({
type: 'string',
isArray: true,
description: 'Поиск по коллекциям из KinoPoisk (пример: `"top-250", "top-100-indian-movies", "!top-100-movies"`)',
description: 'Поиск по коллекциям из KinoPoisk (пример: `"top250", "top-100-indian-movies", "!top-100-movies"`)',
})
@IsOptional()
@ToArray()
Expand Down

0 comments on commit b6eb6a4

Please sign in to comment.