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(); });