diff --git a/apps/red-ui/src/app/modules/upload-download/services/file-download.service.ts b/apps/red-ui/src/app/modules/upload-download/services/file-download.service.ts index 1160e27eb..11ef47233 100644 --- a/apps/red-ui/src/app/modules/upload-download/services/file-download.service.ts +++ b/apps/red-ui/src/app/modules/upload-download/services/file-download.service.ts @@ -29,7 +29,7 @@ export class FileDownloadService { ) { interval(5000).subscribe(() => { if (_permissionsService.isUser()) { - // this.getDownloadStatus().subscribe(() => {}); + this.getDownloadStatus().subscribe(() => {}); } }); }