Skip to content

Commit

Permalink
fix annotation swagger
Browse files Browse the repository at this point in the history
  • Loading branch information
Wojciech WOJCIK committed Oct 7, 2024
1 parent 7a94957 commit 783d65f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/infrastructure/api/types/ngc/bilanAPI.ts
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ export class LienBilanUniversAPI {
}

export class BilanCarboneSyntheseAPI {
@ApiProperty({ type: NiveauImpact })
@ApiProperty({ enum: NiveauImpact })
impact_transport: NiveauImpact;

@ApiProperty({ enum: NiveauImpact })
Expand Down

0 comments on commit 783d65f

Please sign in to comment.