Skip to content

Commit

Permalink
fix error
Browse files Browse the repository at this point in the history
  • Loading branch information
nicol authored and nicol committed Dec 16, 2024
1 parent 9c15984 commit 603e682
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -280,10 +280,6 @@ private List<MTGCard> execute(RequestBuilder q) throws IOException {


private RequestBuilder createQuery(String q) {


logger.info("executing query {}", q);

return RequestBuilder.build().setClient(URLTools.newClient()).url(BASE_URI+"/cards/search").get()
.addContent("unique","prints")
.addContent("include_extras",getString("EXTRA"))
Expand Down

0 comments on commit 603e682

Please sign in to comment.