-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CIRC-1513 remove due date schedule notices after checkin #1121
base: master
Are you sure you want to change the base?
Conversation
String loanId = Optional.ofNullable(checkInContext) | ||
.map(CheckInContext::getLoan) | ||
.filter(Loan::isClosed) | ||
.map(Loan::getId) | ||
.orElse(null); | ||
return scheduledNoticesRepository | ||
.deleteByLoanIdAndTriggeringEvent(loanId, DUE_DATE); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Extract method
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
Kudos, SonarCloud Quality Gate passed! |
6 similar comments
Kudos, SonarCloud Quality Gate passed! |
Kudos, SonarCloud Quality Gate passed! |
Kudos, SonarCloud Quality Gate passed! |
Kudos, SonarCloud Quality Gate passed! |
Kudos, SonarCloud Quality Gate passed! |
Kudos, SonarCloud Quality Gate passed! |
ticket
remove due date schedule notices after checkin