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 {
8787
8888 const canConsumeForm = this . canConsumeForm ( consumes ) ;
8989
90- let formParams : { append ( param : string , value : any ) : void | HttpParams ; } ;
90+ let formParams : { append ( param : string , value : any ) : void ; } ;
9191 let useForm = false ;
9292 let convertFormParamsToString = false ;
9393 if ( useForm ) {
Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ export class FakeService {
8787
8888 const canConsumeForm = this . canConsumeForm ( consumes ) ;
8989
90- let formParams : { append ( param : string , value : any ) : void | HttpParams ; } ;
90+ let formParams : { append ( param : string , value : any ) : void ; } ;
9191 let useForm = false ;
9292 let convertFormParamsToString = false ;
9393 if ( useForm ) {
You can’t perform that action at this time.
0 commit comments