fix: lint

pull/23292/head
idubnori 2025-11-06 01:28:13 +07:00
parent 29a0cff6e2
commit 403c939d89
1 changed files with 1 additions and 1 deletions

@ -229,7 +229,7 @@ export class AlbumService extends BaseService {
results.success = true;
for (const assetId of notPresentAssetIds) {
albumAssetValues.push({ albumId: albumId, assetId: assetId, createdBy: auth.user.id });
albumAssetValues.push({ albumId, assetId, createdBy: auth.user.id });
}
await this.albumRepository.update(albumId, {
id: albumId,