Skip to content

Commit

Permalink
coment
Browse files Browse the repository at this point in the history
  • Loading branch information
tsullivan committed Sep 4, 2020
1 parent 44396b9 commit 2e9ab18
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ export const createJobFnFactory: CreateJobFnFactory<CreateJobFn<
forceNow: new Date().toISOString(),
headers: serializedEncryptedHeaders,
layout,
objects: relativeUrls.map((u) => ({ relativeUrl: u })),
objects: relativeUrls.map((u) => ({ relativeUrl: u })), // 7.x only: `objects` in the payload
title,
type: objectType, // Note: this changes the shape of the job params object
type: objectType, // 7.x only: this changes the shape of the job params object
};
});
};

0 comments on commit 2e9ab18

Please sign in to comment.