-
Notifications
You must be signed in to change notification settings - Fork 79
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 incorrect Github REST API response types #1321
Fix incorrect Github REST API response types #1321
Conversation
body: string; | ||
created_at: string; | ||
labels: Array<GithubLabel>; | ||
state: 'open' | 'closed'; |
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.
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.
Good work on the factory function. Now restoring and deleting issues is nearly instant!
I noticed you missed some replacing some GithubIssue
in some areas but it does not change any functionalities as neither the state
field or the issue was accessed by the rest of the program.
Thus, I will approve this but I'll let you decide if you wish to change them.
toFetchIssue
getIssuesAPICall
(this is binded wtoFetchIssues
)
Updated |
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.
LGTM!
6e3b82a
into
CATcher-org:feature-bug-trimming
Summary:
Fixes #1314
Changes Made:
Proposed Commit Message: