date->string

This commit is contained in:
Min Idzelis
2025-05-03 13:33:58 +00:00
parent bf0be6a655
commit 73cd236756
6 changed files with 9 additions and 7 deletions
+2 -2
View File
@@ -99,8 +99,8 @@ export class TimeBucketAssetResponseDto implements TimeBucketAssets {
@ApiProperty({ type: [String] })
thumbhash: (string | null)[] = [];
@ApiProperty()
localDateTime: Date[] = [];
@ApiProperty({ type: [String] })
localDateTime: string[] = [];
@ApiProperty({ type: [String] })
duration: (string | null)[] = [];