Skip to content

Commit 8630f74

Browse files
committed
updated sample
1 parent 2ff2459 commit 8630f74

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.4.12-SNAPSHOT
1+
2.4.15-SNAPSHOT

samples/client/petstore/typescript-angular-v4/npm/api/pet.service.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -557,7 +557,7 @@ export class PetService {
557557

558558
const canConsumeForm = this.canConsumeForm(consumes);
559559

560-
let formParams: { append(param: string, value: any): void | HttpParams; };
560+
let formParams: { append(param: string, value: any): void; };
561561
let useForm = false;
562562
let convertFormParamsToString = false;
563563
if (useForm) {
@@ -633,7 +633,7 @@ export class PetService {
633633

634634
const canConsumeForm = this.canConsumeForm(consumes);
635635

636-
let formParams: { append(param: string, value: any): void | HttpParams; };
636+
let formParams: { append(param: string, value: any): void; };
637637
let useForm = false;
638638
let convertFormParamsToString = false;
639639
// use FormData to transmit files using content-type "multipart/form-data"

0 commit comments

Comments
 (0)