Skip to content

Commit

Permalink
fix: response edfault
Browse files Browse the repository at this point in the history
  • Loading branch information
BastinJafari committed Sep 16, 2021
1 parent 14cd196 commit 2a2be5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/jinajs/src/jinaClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import {
import { OpenAPIV3 } from "openapi-types";


export class JinaClient<IRequest = AnyObject ,IResponse = AxiosResponse> {
export class JinaClient<IRequest = AnyObject ,IResponse = AnyObject> {

private baseURL: string;
private client: AxiosInstance;
Expand Down

0 comments on commit 2a2be5f

Please sign in to comment.