dev delete config
Test Workflow / test (push) Waiting to run

This commit is contained in:
vladp
2026-02-16 19:51:38 +07:00
parent ba802ca53f
commit a431784baa
2 changed files with 22 additions and 1 deletions
@@ -107,7 +107,6 @@ public class SearchImageService {
.addQueryParameter("api_key", searchApiKey)
.addQueryParameter("url", imageUrl)
.addQueryParameter("search_type", searchType)
.addQueryParameter("wait", "true")
.build();
Request request = new Request.Builder()