Merge remote-tracking branch 'origin/main' into add_language_id

This commit is contained in:
Dessalines 2022-09-19 11:37:36 -04:00
commit b726bfcb0c

View file

@ -193,7 +193,7 @@ export class Post {
@Transform(({ value }) => toOption(value), { toClassOnly: true })
@Transform(({ value }) => toUndefined(value), { toPlainOnly: true })
@Expose()
embed_html: Option<string>;
embed_video_url: Option<string>;
@Transform(({ value }) => toOption(value), { toClassOnly: true })
@Transform(({ value }) => toUndefined(value), { toPlainOnly: true })
@Expose()