Skip to content

Commit

Permalink
removed commented field from dataset dto
Browse files Browse the repository at this point in the history
  • Loading branch information
nitrosx committed Sep 27, 2024
1 parent 2e9763b commit dc99292
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions src/datasets/dto/output-dataset-obsolete.dto.ts
Original file line number Diff line number Diff line change
Expand Up @@ -92,15 +92,6 @@ export class OutputDatasetObsoleteDto extends UpdateDatasetObsoleteDto {
@IsString()
readonly dataFormat?: string;

// @ApiProperty({
// type: String,
// required: false,
// description: "The ID of the proposal to which the dataset belongs.",
// })
// @IsOptional()
// @IsString()
// readonly proposalId?: string;

@ApiProperty({
type: String,
required: false,
Expand Down

0 comments on commit dc99292

Please sign in to comment.