Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
Signed-off-by: thalles <lopthalles@gmail.com>
  • Loading branch information
thalleslmF committed Jul 28, 2021
1 parent 891ce93 commit c980ab8
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 c980ab8

Please sign in to comment.