From 6245e62e96cdeb402869ef29cde60830e4bd155e Mon Sep 17 00:00:00 2001 From: Timo Bejan Date: Fri, 9 Jul 2021 12:05:17 +0200 Subject: [PATCH] file-upload.service.ts edited online with Bitbucket --- .../modules/upload-download/services/file-upload.service.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/red-ui/src/app/modules/upload-download/services/file-upload.service.ts b/apps/red-ui/src/app/modules/upload-download/services/file-upload.service.ts index 4bbe0354c..b820098fd 100644 --- a/apps/red-ui/src/app/modules/upload-download/services/file-upload.service.ts +++ b/apps/red-ui/src/app/modules/upload-download/services/file-upload.service.ts @@ -33,7 +33,8 @@ export class FileUploadService { private readonly _uploadControllerService: UploadControllerService, private readonly _dialogService: UploadDownloadDialogService ) { - this._uploadControllerService.defaultHeaders = this._uploadControllerService.defaultHeaders.append('ngsw-bypass', 'true' ); + this._uploadControllerService.defaultHeaders = + this._uploadControllerService.defaultHeaders.append('ngsw-bypass', 'true' ); interval(2500).subscribe(() => { this._handleUploads(); });