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 681a1cd commit b14d1a8Copy full SHA for b14d1a8
src/main/java/io/eigr/spawn/api/InvocationOpts.java
@@ -30,6 +30,6 @@ public long getScheduleTimeInLong() {
30
return ChronoUnit.MILLIS.between(LocalDateTime.now(), ldt);
31
}
32
33
- throw new IllegalArgumentException("ScheduledTo is null");
+ return 0;
34
35
0 commit comments