Skip to content

Commit

Permalink
Merge branch 'release23.11-SNAPSHOT' into 23.11_fb_snprc_scheduler_fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
spamhurts authored Jan 24, 2024
2 parents 101497f + 539fb72 commit e55edf3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ public ApiResponse execute(SimpleApiJsonForm simpleApiJsonForm, BindException er
String parentObjectId;
String eventDateString;

Date eventDate = new Date();
Date eventDate = null;

try
{
Expand Down

0 comments on commit e55edf3

Please sign in to comment.