chore(server): bump server dependencies (#3899)

* chore(server): bump server dependencies

* fix: test
This commit is contained in:
Alex 2023-08-28 14:41:57 -05:00 committed by GitHub
parent 26c43617d1
commit d0a06739d8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
15 changed files with 6769 additions and 5037 deletions

View file

@ -65,7 +65,7 @@ export class SharedLinkService {
userId: authUser.id,
type: dto.type,
albumId: dto.albumId || null,
assets: (dto.assetIds || []).map((id) => ({ id } as AssetEntity)),
assets: (dto.assetIds || []).map((id) => ({ id }) as AssetEntity),
description: dto.description || null,
expiresAt: dto.expiresAt || null,
allowUpload: dto.allowUpload ?? true,