Skip to content

Commit

Permalink
fix fetchCalendarsByIds
Browse files Browse the repository at this point in the history
  • Loading branch information
walterra committed Aug 8, 2024
1 parent 4e780c8 commit 88f54e0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -277,6 +277,7 @@ export async function cloneJob(

if (originalJob.calendars) {
mlJobService.tempJobCloningObjects.calendars = await mlCalendarService.fetchCalendarsByIds(
mlApiServices,
originalJob.calendars
);
}
Expand Down Expand Up @@ -458,7 +459,6 @@ function jobTagFilter(jobs, value) {
// if it has, return an object with the minimum properties needed for the
// start datafeed modal.
export function checkForAutoStartDatafeed(mlJobService) {
console.log('checkForAutoStartDatafeed', checkForAutoStartDatafeed);
const job = mlJobService.tempJobCloningObjects.job;
const datafeed = mlJobService.tempJobCloningObjects.datafeed;
if (job !== undefined) {
Expand Down

0 comments on commit 88f54e0

Please sign in to comment.