Use new Date() in log function in automatically-redelivering-failed-deliveries-for-a-repository-webhook.md#44806
Conversation
…es-for-a-repository-webhook.md
How to review these changes 👓Thank you for your contribution. To review these changes, choose one of the following options: A Hubber will need to deploy your changes internally to review. Table of review linksNote: Please update the URL for your staging server or codespace. The table shows the files in the
Key: fpt: Free, Pro, Team; ghec: GitHub Enterprise Cloud; ghes: GitHub Enterprise Server 🤖 This comment is automatically generated. |
|
@mcdurdin I'm checking with the appropriate team to make sure you're not encountering a bug, and I'll let you know what they tell me. |
…led-deliveries-for-a-repository-webhook.md Co-authored-by: Miguel Jimenez <10281272+mjimenez98@users.noreply.github.com>
|
Thanks very much for contributing! Your pull request has been merged 🎉 You should see your changes appear on the site in approximately 24 hours. If you're looking for your next contribution, check out our help wanted issues ⚡ |
Why:
new Date(value)returnsvalueas a date, whereasDate(value)returns now as a date.What's being changed (if available, include any code snippets, screenshots, or gifs):
One word change.
Check off the following: