Skip to content

Commit

Permalink
fix(theme:http): fix type mismatch (#1803)
Browse files Browse the repository at this point in the history
  • Loading branch information
cipchk committed Jul 1, 2024
1 parent 73608d1 commit 36ee49b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/theme/src/services/http/http.client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ export class _HttpClient {
params?: any,
options?: {
headers?: _HttpHeaders;
observe: 'response';
observe: 'body' | 'response';
reportProgress?: boolean;
responseType?: 'json';
withCredentials?: boolean;
Expand Down

0 comments on commit 36ee49b

Please sign in to comment.