chore(web): timeline bucketing by day

This commit is contained in:
Alex
2024-06-02 08:58:57 +07:00
parent 01f52c9021
commit 95da3eb7a0
2 changed files with 7 additions and 2 deletions
+1 -1
View File
@@ -86,7 +86,7 @@ export class AssetStore {
options: AssetStoreOptions,
private albumId?: string,
) {
this.options = { ...options, size: TimeBucketSize.Month };
this.options = { ...options, size: TimeBucketSize.Day };
this.store$.set(this);
}