Skip to content

Commit

Permalink
#21-주석 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
chanwooo committed Oct 29, 2022
1 parent ca9b701 commit 00a579a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/java/flab/quing/waiting/QuingServiceImpl.java
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ public WaitingResponse append(WaitingRequest waitingRequest) {

@Override
public List<WaitingResponse> getList(long storeId) {
// return waitingRepository.findAllByStoreId(storeId)
return waitingRepository.findAllByStoreIdAndWaitingQueueStatusIs(storeId, WaitingQueueStatus.WAITING)
.stream()
.map(Waiting::toResponse)
Expand Down

0 comments on commit 00a579a

Please sign in to comment.