Skip to content

Commit

Permalink
Merge branch 'main' into BC-5727-use-etag-for-preview
Browse files Browse the repository at this point in the history
  • Loading branch information
bischofmax authored Nov 9, 2023
2 parents 690bc8b + 59ca98c commit cffd568
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import { ApiProperty } from '@nestjs/swagger';
import { DecodeHtmlEntities } from '@shared/controller';
import { ContentElementType } from '@shared/domain';
import { TimestampsResponse } from '../timestamps.response';

Expand All @@ -9,9 +10,11 @@ export class FileElementContent {
}

@ApiProperty()
@DecodeHtmlEntities()
caption: string;

@ApiProperty()
@DecodeHtmlEntities()
alternativeText: string;
}

Expand Down

0 comments on commit cffd568

Please sign in to comment.