Skip to content

Commit 9044089

Browse files
committed
Merge branch 'develop'
2 parents 3616ef6 + 59b76ee commit 9044089

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/main/kotlin/site/billilge/api/backend/domain/rental/service/RentalService.kt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,8 @@ class RentalService(
101101
}
102102
}
103103

104+
item.subtractCount(count)
105+
104106
rentalRepository.save(newRental)
105107

106108
rentalStatusWorkerLogRepository.save(

0 commit comments

Comments
 (0)