Skip to content

Commit

Permalink
fix: fixed new version of GraphQLClient
Browse files Browse the repository at this point in the history
  • Loading branch information
mckrava committed Mar 13, 2024
1 parent dfb063a commit cf251e3
Show file tree
Hide file tree
Showing 2 changed files with 1,217 additions and 1,540 deletions.
2 changes: 1 addition & 1 deletion src/utils/dataSources/common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export class CommonDataSourceUtils {

const TIMEOUT = 2 * 60 * 1000;
const client = new GraphQLClient(queryUrl, {
timeout: TIMEOUT,
// timeout: TIMEOUT,
...config,
});
return client.request({ queryUrl, ...config });
Expand Down
Loading

0 comments on commit cf251e3

Please sign in to comment.