mirror of
https://github.com/pd4d10/git-touch.git
synced 2026-05-06 19:58:49 -05:00
[github] request review event type error #158
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @pd4d10 on GitHub (Jun 14, 2021).
@shreyas1599 commented on GitHub (Jun 17, 2021):
@pd4d10
It can be fixed by removing the typecasts in
ddfa9e469e/lib/widgets/timeline_item.dart (L445)andddfa9e469e/lib/widgets/timeline_item.dart (L456)Is there any specific reason why you've used typecasts? If typecasting is necessary then
ddfa9e469e/lib/widgets/timeline_item.dart (L456)will have to be modified toGIssueData_repository_issueOrPullRequest__asPullRequest_timelineItems_nodes__asReviewRequestedEvent_requestedReviewer__asUseras the cast. I'll add a fix based on which you suggest is better@pd4d10 commented on GitHub (Jun 17, 2021):
Yeah, I guess it's just an issue of type. It should be enough to just correct the type (and make sure it doesn't break other places, of course)