-
Notifications
You must be signed in to change notification settings - Fork 202
data.date.toUTCString #184
Comments
Thanks for opening this issue, a maintainer will get back to you shortly! Be sure to follow the issue template! 🤓 |
Can reproduce with the same steps |
Well, I'm not a JS ninja, so this can be insecure or not best practice but it seems to work. Here is the output:
|
Hi, @weekwood. Try again with the latest version: v0.3.2-beta.1. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Bug report
I upgrade statusfy to 0.3.1 and try update-incident looks as breaks from my side. ti shows
TypeError: data.date.toUTCString is not a function
I put console.log to check data.date already string.
Version
@statusfy 0.3.1
Steps to reproduce
What is expected?
I can go though command line.
What is actually happening?
ℹ Reading configuration from config.toml 09:22:25
TypeError: data.date.toUTCString is not a function
at getIncidentsFromProject (/Users/diwu/Develop/statusfy/node_modules/@statusfy/core/lib/utils/functions.js:22:21)
at
I got this error.
Other relevant information
npm
The text was updated successfully, but these errors were encountered: