1 Matching Annotations
- May 2017
-
www.hackingwithreact.com www.hackingwithreact.com
-
commit.author ? commit.author.login :
Note the errors here. Rather than:
commit.author
It should be:
commit.commit.author
-
commit.author ? commit.author.login :
Note the errors here. Rather than:
commit.author
It should be:
commit.commit.author