File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
samples/client/petstore-security-test Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ export class FakeService {
87
87
88
88
const canConsumeForm = this . canConsumeForm ( consumes ) ;
89
89
90
- let formParams : { append ( param : string , value : any ) : void | HttpParams ; } ;
90
+ let formParams : { append ( param : string , value : any ) : void ; } ;
91
91
let useForm = false ;
92
92
let convertFormParamsToString = false ;
93
93
if ( useForm ) {
Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ export class FakeService {
87
87
88
88
const canConsumeForm = this . canConsumeForm ( consumes ) ;
89
89
90
- let formParams : { append ( param : string , value : any ) : void | HttpParams ; } ;
90
+ let formParams : { append ( param : string , value : any ) : void ; } ;
91
91
let useForm = false ;
92
92
let convertFormParamsToString = false ;
93
93
if ( useForm ) {
You can’t perform that action at this time.
0 commit comments