format and fix tests on web

This commit is contained in:
mgabor
2024-04-17 13:16:30 +02:00
parent abb9f7a747
commit 3ece5769f1
3 changed files with 61 additions and 54 deletions
@@ -16,6 +16,7 @@ export const albumFactory = Sync.makeFactory<AlbumResponseDto>({
owner: userFactory.build(),
shared: false,
sharedUsers: [],
sharedUsersV2: [],
hasSharedLink: false,
isActivityEnabled: true,
order: AssetOrder.Desc,