Added cleanup job
This commit is contained in:
@ -24,7 +24,7 @@ export class DownloadComponent {
|
||||
@ViewChild('download_not_possible') download_not_possible: ElementRef<HTMLDialogElement> | undefined;
|
||||
@ViewChild('file_not_found_modal') file_not_found_modal: ElementRef<HTMLDialogElement> | undefined;
|
||||
|
||||
inputFileId: string = "2402183";
|
||||
inputFileId: string = "";
|
||||
fileId: string = "";
|
||||
filePassword: string = "";
|
||||
fileName: string = "";
|
||||
|
Reference in New Issue
Block a user