mirror of
https://github.com/immich-app/immich.git
synced 2026-05-18 03:10:24 +03:00
refactor: rename customtimerange variables
This commit is contained in:
@@ -27,8 +27,8 @@ class DriftMapRepository extends DriftDatabaseRepository {
|
||||
condition = condition & _db.remoteAssetEntity.isFavorite.equals(true);
|
||||
}
|
||||
|
||||
final from = options.customTimeRange.from;
|
||||
final to = options.customTimeRange.to;
|
||||
final from = options.timeRange.from;
|
||||
final to = options.timeRange.to;
|
||||
|
||||
if (from != null || to != null) {
|
||||
if (from != null) {
|
||||
|
||||
Reference in New Issue
Block a user