Skip to content

Commit

Permalink
LPD-18678 my bad
Browse files Browse the repository at this point in the history
  • Loading branch information
brianchandotcom committed Apr 1, 2024
1 parent ba4db95 commit 2f229da
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -98,9 +98,9 @@ public List<ScheduledPublishInfo> getScheduledPublishInfos()

scheduledPublishInfos.add(
new ScheduledPublishInfo(
ctCollection, message.getLong("userId"),
schedulerResponse.getJobName(),
_schedulerEngineHelper.getStartTime(schedulerResponse)));
ctCollection, schedulerResponse.getJobName(),
_schedulerEngineHelper.getStartTime(schedulerResponse),
message.getLong("userId")));
}

return scheduledPublishInfos;
Expand Down

0 comments on commit 2f229da

Please sign in to comment.