Skip to content

Commit

Permalink
fix sdk generation error
Browse files Browse the repository at this point in the history
  • Loading branch information
Junjiequan committed Jan 8, 2025
1 parent 7100831 commit aceb93d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/datasets/dto/update-dataset.dto.ts
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ export class UpdateDatasetDto extends OwnableDto {
readonly dataQualityMetrics?: number;

@ApiProperty({
type: [String],
type: String,
required: false,
isArray: true,
description:
Expand Down

0 comments on commit aceb93d

Please sign in to comment.