Skip to content

Commit

Permalink
fix: ColecticaServiceImpl
Browse files Browse the repository at this point in the history
  • Loading branch information
GtanSndil committed Feb 20, 2024
1 parent 5885ade commit 0bb6177
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ private JSONObject extractDataFromFragment(String fragmentXml) {
}


private ResponseEntity<?> searchColecticaInstanceByUuid(String uuid) {
private ResponseEntity<String> searchColecticaInstanceByUuid(String uuid) {
// Configuration pour ignorer les cookies invalides
RequestConfig globalConfig = RequestConfig.custom()
.setCookieSpec(CookieSpecs.IGNORE_COOKIES)
Expand Down

0 comments on commit 0bb6177

Please sign in to comment.