We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6eb10c1 commit f471650Copy full SHA for f471650
src/util/graphql.ts
@@ -24,8 +24,6 @@ export async function sendGraphQLReqToHypermode(jwt: string, query: string): Pro
24
25
const response = await fetch(url, options);
26
27
- console.log(jwt, response);
28
-
29
const data: any = await response.json();
30
return data;
31
}
0 commit comments