Skip to content

Commit

Permalink
[Fix] :: code fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lgwk42 committed May 22, 2024
1 parent be36fe5 commit 62e18dc
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ public class CheckQueryServiceImpl implements CheckQueryService {

private final CheckQueryRepository checkQueryRepository;


@Override
public List<Check> findCheck(PageRequest pageRequest) {
return checkQueryRepository.findCheck(pageRequest);
Expand Down

0 comments on commit 62e18dc

Please sign in to comment.