SUPPORT-9368: рефактор
This commit is contained in:
parent
e74ecab7e5
commit
49385d5766
1 changed files with 1 additions and 2 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue