SUPPORT-9368: рефактор

This commit is contained in:
adel.ka 2025-10-20 09:02:35 +03:00
parent e74ecab7e5
commit 49385d5766

View file

@ -6,8 +6,7 @@ import {MessagesService} from "@webbpm/base-package";
providedIn: "root"
})
export class ValidateFileService {
constructor(private httpClient: HttpClient,
private messageService: MessagesService) {
constructor(private httpClient: HttpClient) {
}
public exportFile(fileId: string) {