Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(hiringcafe): correct pubDate parsing (#18004)
- Introduced `estimated_publish_date_millis` to `ProcessedJobData` interface. - Removed the old `estimated_publish_date` from `JobResult` interface. - Updated `transformJobItem` function to use the new `estimated_publish_date_millis` for publication date formatting. Signed-off-by: mintyfrankie <[email protected]>
- Loading branch information