Skip to content

Commit

Permalink
Merge branch 'main' into N21-1029-renaming-of-collections
Browse files Browse the repository at this point in the history
  • Loading branch information
arnegns authored Nov 9, 2023
2 parents 319a014 + 59ca98c commit e51519d
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 e51519d

Please sign in to comment.