JungSeungHyun

correcterror2

...@@ -89,9 +89,4 @@ const getRepos = async(req,res) =>{ ...@@ -89,9 +89,4 @@ const getRepos = async(req,res) =>{
89 const secondRepoName = latelyRepos.[1].name; 89 const secondRepoName = latelyRepos.[1].name;
90 const firstRepoUrl = latelyRepos.[0].html_url; 90 const firstRepoUrl = latelyRepos.[0].html_url;
91 const secondRepoUrl = latelyRepos.[1].html_url; 91 const secondRepoUrl = latelyRepos.[1].html_url;
92 -}
93 -
94 -const getGHcontribution = async(req,res) =>{
95 - const url = api.github.com/repos/jshbest00/2020105657/commits;
96 - console.log(url);
97 -}
...\ No newline at end of file ...\ No newline at end of file
92 +};
...\ No newline at end of file ...\ No newline at end of file
......