Skip to content

Commit

Permalink
[BE] FIX: 오타수정
Browse files Browse the repository at this point in the history
  • Loading branch information
enaenen committed Oct 16, 2023
1 parent 1d879cf commit 8013899
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public List<LentExtension> findLentExtensionNotExpiredByUserId(Long userId) {


/*-------------------------------------------GET--------------------------------------------*/
public LentExtension getAvailableLentE경xtensionByUserId(Long userId) {
public LentExtension getAvailableLentExtensionByUserId(Long userId) {
log.debug("Called findLentExtensionByUserId: {}", userId);
return lentExtensionRepository.findLentExtensionByUserIdAndUsedAtIsNull(userId).orElseThrow(
() -> new ServiceException(ExceptionStatus.EXTENSION_TICKET_NOT_FOUND));
Expand Down

0 comments on commit 8013899

Please sign in to comment.