Closed ota-meshi closed 1 year ago
Patch coverage: 57.14
% and project coverage change: -0.06
:warning:
Comparison is base (
6f0f1ae
) 62.56% compared to head (d280912
) 62.50%.
:exclamation: Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.
I now realize that, this change fixes the bug without having to merge #17. Because async
is no longer a keyword.
This PR fixes the
eatContextual
method to reduce unnecessary overriding keywords.I noticed that the
eatContextual
method is not working properly. This PR fixes it.Also, by correcting the
eatContextual
method, I was able to reduce the overriding keywords, and in doing so I was able to remove theisContextual
method from the override. This PR does that too.