Skip to content

Commit

Permalink
Merge pull request #43 from kusitms-28th-Meetup-E/feat/contents
Browse files Browse the repository at this point in the history
feat(#14):이슈 검색 API
  • Loading branch information
eojinny authored Nov 23, 2023
2 parents c3ee2bf + 4f2318e commit 5f7011b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ public ResponseEntity<SuccessResponse<List<BubbleFrontRes>>> getBubbleChart(@Pat
List<BubbleFrontRes> result = new ArrayList<>();
Random rand = new Random();

result.add(new BubbleFrontRes(null, 6, 0, 0));
result.add(new BubbleFrontRes("", 6, 0, 0));

Set<Integer> usedRandomValues = new HashSet<>(); // to track used random values

Expand Down

0 comments on commit 5f7011b

Please sign in to comment.