You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
chaps
changed the title
commit comments working incorrectly
commit comments command working incorrectly
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.
The text was updated successfully, but these errors were encountered: