Skip to content

Commit

Permalink
Merge branch 'main' into BC-5629-batch-deletion-mechanism
Browse files Browse the repository at this point in the history
  • Loading branch information
bn-pass authored Nov 9, 2023
2 parents 4e26016 + 59ca98c commit 009bdd1
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 009bdd1

Please sign in to comment.