Skip to content

Commit

Permalink
Initial value as empty
Browse files Browse the repository at this point in the history
  • Loading branch information
Ark2307 committed Nov 26, 2024
1 parent a7e88da commit 0e557d0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ private String executeGraphQL(String query, String vars) throws IllegalStateExce

// Execute the request and get the response
try (Response response = client.newCall(request).execute()) {
String queryString = query;
String queryString = "";
try {
String[] queryTypes = query.split("\\(");
queryString = queryTypes[0];
Expand Down

0 comments on commit 0e557d0

Please sign in to comment.