Skip to content

Commit e656fc1

Browse files
authored
Update transfer-http.ts
observe?
1 parent 145c423 commit e656fc1

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

src/modules/transfer-http/transfer-http.ts

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export class TransferHttp {
1717
[header: string]: string | string[];
1818
};
1919
reportProgress?: boolean;
20-
observe: 'response';
20+
observe?: 'response';
2121
params?: HttpParams | {
2222
[param: string]: string | string[];
2323
};
@@ -36,7 +36,7 @@ export class TransferHttp {
3636
headers?: HttpHeaders | {
3737
[header: string]: string | string[];
3838
};
39-
observe: 'response';
39+
observe?: 'response';
4040
params?: HttpParams | {
4141
[param: string]: string | string[];
4242
};
@@ -57,7 +57,7 @@ export class TransferHttp {
5757
headers?: HttpHeaders | {
5858
[header: string]: string | string[];
5959
};
60-
observe: 'response';
60+
observe?: 'response';
6161
params?: HttpParams | {
6262
[param: string]: string | string[];
6363
};
@@ -100,7 +100,7 @@ export class TransferHttp {
100100
headers?: HttpHeaders | {
101101
[header: string]: string | string[];
102102
};
103-
observe: 'response';
103+
observe?: 'response';
104104
params?: HttpParams | {
105105
[param: string]: string | string[];
106106
};
@@ -121,7 +121,7 @@ export class TransferHttp {
121121
headers?: HttpHeaders | {
122122
[header: string]: string | string[];
123123
};
124-
observe: 'response';
124+
observe?: 'response';
125125
params?: HttpParams | {
126126
[param: string]: string | string[];
127127
};
@@ -142,7 +142,7 @@ export class TransferHttp {
142142
headers?: HttpHeaders | {
143143
[header: string]: string | string[];
144144
};
145-
observe: 'response';
145+
observe?: 'response';
146146
params?: HttpParams | {
147147
[param: string]: string | string[];
148148
};
@@ -163,7 +163,7 @@ export class TransferHttp {
163163
headers?: HttpHeaders | {
164164
[header: string]: string | string[];
165165
};
166-
observe: 'response';
166+
observe?: 'response';
167167
params?: HttpParams | {
168168
[param: string]: string | string[];
169169
};

0 commit comments

Comments
 (0)