Helper to store Job prefill data locally if it is not currently in the local store. Pass in an array of Jobs.
const jobs = [...]await jobService.ensurePrefillFormDataExists(jobs) Copy
const jobs = [...]await jobService.ensurePrefillFormDataExists(jobs)
Helper to store Job prefill data locally if it is not currently in the local store. Pass in an array of Jobs.
Example