aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/helpers/utils/upload.ts
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/app/helpers/utils/upload.ts')
-rw-r--r--client/src/app/helpers/utils/upload.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/helpers/utils/upload.ts b/client/src/app/helpers/utils/upload.ts
index b60951612..b55415064 100644
--- a/client/src/app/helpers/utils/upload.ts
+++ b/client/src/app/helpers/utils/upload.ts
@@ -1,6 +1,6 @@
1import { HttpErrorResponse } from '@angular/common/http' 1import { HttpErrorResponse } from '@angular/common/http'
2import { Notifier } from '@app/core' 2import { Notifier } from '@app/core'
3import { HttpStatusCode } from '@shared/models' 3import { HttpStatusCode } from '@peertube/peertube-models'
4 4
5function genericUploadErrorHandler (options: { 5function genericUploadErrorHandler (options: {
6 err: Pick<HttpErrorResponse, 'message' | 'status' | 'headers'> 6 err: Pick<HttpErrorResponse, 'message' | 'status' | 'headers'>