Skip to content

Commit

Permalink
Merge pull request #125 from teamSynapse6/develop
Browse files Browse the repository at this point in the history
refactor: 공고 조회 100개 설정 (#124)
  • Loading branch information
sejineer authored Nov 19, 2024
2 parents 42aee34 + c14ec5c commit e67ae8b
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,8 @@ public List<Announcement> getOpenDataAnnouncementsSync(DateTimeFormatter dateFor
public List<Announcement> getBizInfoAnnouncementsSync(List<String> postIds, DateTimeFormatter dateFormatter, DateTimeFormatter dateTimeFormatter) {
BizInfoAnnouncementRes bizInfoResponse = bizInfoClient.getAnnouncementList(
feignConfig.getServiceKey().getBizInfo(),
"json"
"json",
100
);

return bizInfoResponse.getJsonArray().stream()
Expand Down

0 comments on commit e67ae8b

Please sign in to comment.