mirror of
https://github.com/immich-app/immich.git
synced 2025-12-17 09:13:17 +03:00
fix: various typos (grouped in to separate commits) (#18177)
This commit is contained in:
@@ -69,7 +69,7 @@ export class CancellableTask {
|
||||
} catch (error) {
|
||||
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
||||
if ((error as any).name === 'AbortError') {
|
||||
// abort error is not treated as an error, but as a cancelation.
|
||||
// abort error is not treated as an error, but as a cancellation.
|
||||
return 'CANCELED';
|
||||
}
|
||||
this.#transitionToErrored(error);
|
||||
|
||||
Reference in New Issue
Block a user