File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -20,8 +20,8 @@ export class NodeFilesHandler extends BaseFilesHandler {
20
20
} ) ;
21
21
}
22
22
23
+ // eslint-disable-next-line @typescript-eslint/no-explicit-any
23
24
private async handleStringFile ( filePath : string , formData : any ) : Promise < void > {
24
- // eslint-disable-line @typescript-eslint/no-explicit-any
25
25
if ( ! isNode ) {
26
26
throw new Error ( 'File system operations are not supported in browser environment' ) ;
27
27
}
@@ -74,8 +74,8 @@ export class NodeFilesHandler extends BaseFilesHandler {
74
74
}
75
75
}
76
76
77
+ // eslint-disable-next-line @typescript-eslint/no-explicit-any
77
78
private createFormDataResponse ( formData : any ) : FormDataRequest {
78
- // eslint-disable-line @typescript-eslint/no-explicit-any
79
79
return {
80
80
formData,
81
81
headers : {
You can’t perform that action at this time.
0 commit comments