mirror of
https://github.com/immich-app/immich.git
synced 2025-02-18 01:24:26 -05:00
Fix backup service format
This commit is contained in:
parent
773d37d7bc
commit
56f647414b
1 changed files with 0 additions and 1 deletions
|
@ -281,7 +281,6 @@ class BackupService {
|
|||
candidates = _sortPhotosFirst(candidates);
|
||||
}
|
||||
|
||||
|
||||
for (final candidate in candidates) {
|
||||
final Asset asset = candidate.asset;
|
||||
File? file;
|
||||
|
|
Loading…
Add table
Reference in a new issue