Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/develop' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
govl6113 committed Aug 22, 2023
2 parents ab60524 + 2b3a99a commit 74a7b8f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ public List<StoreNaverBlogSearchApiResponse> getNaverBlogSearchResponse(String s
* sim: 정확도순으로 내림차순 정렬(기본값)
* date: 날짜순으로 내림차순 정렬
* */
final String sortType = "date";
final String sortType = "sim";
JSONArray responseJson = getNaverSearchApiResponse(storeName, blogNum, sortType, blogPath);

List<StoreNaverBlogSearchApiResponse> storeNaverBlogSearchApiResponseList = new ArrayList<>();
Expand Down

0 comments on commit 74a7b8f

Please sign in to comment.