We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfa3ea3 commit 495db81Copy full SHA for 495db81
src/main/java/com/conveyal/datatools/common/utils/Scheduler.java
@@ -185,6 +185,7 @@ public static void scheduleExpirationNotifications (FeedSource feedSource) {
185
if (
186
latest != null &&
187
latest.validationResult != null &&
188
+ latest.validationResult.lastCalendarDate != null &&
189
latest.validationResult.lastCalendarDate.isAfter(LocalDate.now())
190
) {
191
// get parent project
0 commit comments