Skip to content

Commit

Permalink
[fix] static 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
Dr-KoKo committed Aug 17, 2024
1 parent 60f863a commit 5da3da6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public void request(List<CartItem> cartItems) {
}
}

private static List<Long> extractMenuIds(List<CartItem> cartItems) {
private List<Long> extractMenuIds(List<CartItem> cartItems) {
return cartItems.stream().map(CartItem::getMenuId).toList();
}
}

0 comments on commit 5da3da6

Please sign in to comment.