-
Notifications
You must be signed in to change notification settings - Fork 189
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix #653 - Modifying error passing to invalidation code #2388
Conversation
@humphd how do I fix this error with the Prettier Check? Also how would I test this change in the code? |
Your environment isn't setup correctly. You should set it up correctly and/or run |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice work
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks good!
@joshuali7536 can you squash and rebase this on master for me? Then I can merge it. |
ca5a222
to
4bbda34
Compare
Ok squash and rebase complete! |
Issue This PR Addresses
Fixes #653
Type of Change
Description
This PR modifies the invalidateFeed code to receive and store the error message thrown when a parsing job fails into the database.
Checklist