File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
samples/client/petstore/typescript-angular-v4/npm Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
- 2.4.12 -SNAPSHOT
1
+ 2.4.15 -SNAPSHOT
Original file line number Diff line number Diff line change @@ -557,7 +557,7 @@ export class PetService {
557
557
558
558
const canConsumeForm = this . canConsumeForm ( consumes ) ;
559
559
560
- let formParams : { append ( param : string , value : any ) : void | HttpParams ; } ;
560
+ let formParams : { append ( param : string , value : any ) : void ; } ;
561
561
let useForm = false ;
562
562
let convertFormParamsToString = false ;
563
563
if ( useForm ) {
@@ -633,7 +633,7 @@ export class PetService {
633
633
634
634
const canConsumeForm = this . canConsumeForm ( consumes ) ;
635
635
636
- let formParams : { append ( param : string , value : any ) : void | HttpParams ; } ;
636
+ let formParams : { append ( param : string , value : any ) : void ; } ;
637
637
let useForm = false ;
638
638
let convertFormParamsToString = false ;
639
639
// use FormData to transmit files using content-type "multipart/form-data"
You can’t perform that action at this time.
0 commit comments