1
0
mirror of https://github.com/immich-app/immich.git synced 2025-07-03 05:46:58 +02:00

chore(server): cleanup unused query parameters in time bucket (#18893)

Co-authored-by: Alex <alex.tran1502@gmail.com>
This commit is contained in:
Jin Xuan
2025-06-04 03:29:11 +08:00
committed by GitHub
parent daf1bee7ac
commit 3d3e5dc547
4 changed files with 5 additions and 51 deletions

View File

@ -3435,14 +3435,12 @@ export function tagAssets({ id, bulkIdsDto }: {
body: bulkIdsDto
})));
}
export function getTimeBucket({ albumId, isFavorite, isTrashed, key, order, page, pageSize, personId, tagId, timeBucket, userId, visibility, withPartners, withStacked }: {
export function getTimeBucket({ albumId, isFavorite, isTrashed, key, order, personId, tagId, timeBucket, userId, visibility, withPartners, withStacked }: {
albumId?: string;
isFavorite?: boolean;
isTrashed?: boolean;
key?: string;
order?: AssetOrder;
page?: number;
pageSize?: number;
personId?: string;
tagId?: string;
timeBucket: string;
@ -3460,8 +3458,6 @@ export function getTimeBucket({ albumId, isFavorite, isTrashed, key, order, page
isTrashed,
key,
order,
page,
pageSize,
personId,
tagId,
timeBucket,