mirror of
https://github.com/immich-app/immich.git
synced 2025-12-20 09:15:35 +03:00
chore: suppress abort errors (#7120)
* chore: suppress abort errors * chore: return if aborted * chore: linting
This commit is contained in:
@@ -232,6 +232,10 @@ export class AssetStore {
|
||||
}
|
||||
}
|
||||
|
||||
if (bucket.cancelToken.signal.aborted) {
|
||||
return;
|
||||
}
|
||||
|
||||
bucket.assets = assets;
|
||||
|
||||
this.emit(true);
|
||||
|
||||
Reference in New Issue
Block a user