Skip to content

Commit e0a7776

Browse files
committed
Add missing new lastModifiedAssetTimestamp to fix tsc error
1 parent 409d4c5 commit e0a7776

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

server/src/services/storage-template.service.spec.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,9 @@ describe(StorageTemplateService.name, () => {
199199
{
200200
startDate: asset.fileCreatedAt,
201201
endDate: asset.fileCreatedAt,
202+
albumId: album.id,
203+
assetCount: 1,
204+
lastModifiedAssetTimestamp: null,
202205
},
203206
]);
204207

0 commit comments

Comments
 (0)