Skip to content

Commit

Permalink
fix after merge
Browse files Browse the repository at this point in the history
  • Loading branch information
SamuelQuetin committed Nov 7, 2023
1 parent d8ac5fa commit 02cf609
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ public void listenKbartFromKafkaExNihilo(ConsumerRecord<String, LigneKbartConnec
}
service.creerNotice(notice);
String ppnNoticeBouquet = service.getNoticeBouquet(provider, packageName);
service.addNoticeBouquetInBestPpn(notice.getNoticeBiblio(), ppnNoticeBouquet);
service.addNoticeBouquetInPpn(notice.getNoticeBiblio(), ppnNoticeBouquet);
log.debug("Ajout notice exNihilo effectué");
} catch (CBSException | ZoneException e) {
log.error(e.getMessage());
Expand Down

0 comments on commit 02cf609

Please sign in to comment.