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 (DIYgod#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 <77310871+mintyfrankie@users.noreply.github.com>
- Loading branch information