Skip to content

Commit

Permalink
Merge pull request #4 from thalleslmF/pr-4
Browse files Browse the repository at this point in the history
debug
  • Loading branch information
thalleslmF authored Jul 28, 2021
2 parents 891ce93 + c980ab8 commit 30ce225
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion licence.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ const checkLicense = async (fileNames, copyrightContent) => {
authorization: `token ${token}`
}
const responseCompare = await axios.get(compare,{ headers: headers })
console.log(responseCompare)
console.log(responseCompare.data)
const listFilesPr = responseCompare.data.files.map(
file => file.filename
)
Expand Down

0 comments on commit 30ce225

Please sign in to comment.