file-download.service.ts edited online with Bitbucket

This commit is contained in:
Timo Bejan 2021-07-09 11:27:05 +02:00
parent 97c618eee7
commit 188f880ada

View File

@ -29,7 +29,7 @@ export class FileDownloadService {
) {
interval(5000).subscribe(() => {
if (_permissionsService.isUser()) {
// this.getDownloadStatus().subscribe(() => {});
this.getDownloadStatus().subscribe(() => {});
}
});
}