mirror of
https://github.com/immich-app/immich.git
synced 2025-12-24 09:14:58 +03:00
chore: bump line length to 120 (#20191)
This commit is contained in:
@@ -61,8 +61,7 @@ class SearchService {
|
||||
}
|
||||
|
||||
return SearchResult(
|
||||
assets: await _assetRepository
|
||||
.getAllByRemoteId(response.assets.items.map((e) => e.id)),
|
||||
assets: await _assetRepository.getAllByRemoteId(response.assets.items.map((e) => e.id)),
|
||||
nextPage: response.assets.nextPage?.toInt(),
|
||||
);
|
||||
} catch (error, stackTrace) {
|
||||
|
||||
Reference in New Issue
Block a user