Skip to content
Snippets Groups Projects
Commit e301bd38 authored by Savchuk Mykyta's avatar Savchuk Mykyta Committed by Mykyta Savchuk
Browse files

No retry on storage 500

parent 4d8623b9
No related branches found
No related tags found
1 merge request!454No retry on storage 500
Pipeline #167207 failed
......@@ -235,5 +235,4 @@ public class StorageServiceImpl implements StorageService {
JsonElement results = asJsonObject.get("results");
return response.getResponseCode() != HttpStatus.SC_OK ? null : this.gson.fromJson(results,List.class);
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment