Skip to content
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

commit comments command working incorrectly #19

Open
chaps opened this issue Oct 11, 2017 · 0 comments
Open

commit comments command working incorrectly #19

chaps opened this issue Oct 11, 2017 · 0 comments

Comments

@chaps
Copy link
Contributor

chaps commented Oct 11, 2017

The api endpoint for the commit comments command returns a JSON array which contains deleted and not deleted comments , after getting this response the program iterates through all of them and if ones fulfills the condition of not containing the key "content" (which is any deleted comment) it will print that "No Any Comments Found" and exit.

It won't display any comments for a commit if there is one deleted comment in the returned array of comments.

@chaps chaps changed the title commit comments working incorrectly commit comments command working incorrectly Oct 11, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant