Skip to content

Commit b14d1a8

Browse files
committed
Update
1 parent 681a1cd commit b14d1a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/io/eigr/spawn/api/InvocationOpts.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,6 @@ public long getScheduleTimeInLong() {
3030
return ChronoUnit.MILLIS.between(LocalDateTime.now(), ldt);
3131
}
3232

33-
throw new IllegalArgumentException("ScheduledTo is null");
33+
return 0;
3434
}
3535
}

0 commit comments

Comments
 (0)