mirror of
https://github.com/immich-app/immich
synced 2025-11-14 17:36:12 +00:00
fix: various typos (grouped in to separate commits) (#18177)
This commit is contained in:
parent
ccc2b191dd
commit
b1e1362246
8 changed files with 8 additions and 8 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue