mirror of
https://github.com/immich-app/immich
synced 2025-10-17 18:19:27 +00:00
fix: bad merge
This commit is contained in:
parent
931a15f71c
commit
a8e47f7c31
1 changed files with 1 additions and 1 deletions
|
|
@ -193,7 +193,7 @@ class BackgroundWorkerBgService extends BackgroundWorkerFlutterApi {
|
|||
_logger.info("Cleaning up background worker");
|
||||
final cleanupFutures = [
|
||||
nativeSyncApi?.cancelHashing(),
|
||||
workerManager.dispose().catchError((_) async {
|
||||
workerManagerPatch.dispose().catchError((_) async {
|
||||
// Discard any errors on the dispose call
|
||||
return;
|
||||
}),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue