Skip to content

Commit

Permalink
log response for fallback logic
Browse files Browse the repository at this point in the history
  • Loading branch information
ax-vasquez committed Aug 30, 2023
1 parent 3a17a1f commit d984062
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -74871,6 +74871,8 @@ const detectPrNumber = async () => {
}
)

console.log(`RESPONSE: `, resp)

if (resp && resp.data && resp.data[0] && resp.data[0].number) {
prNumber = resp.data[0].number
}
Expand Down
2 changes: 2 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -475,6 +475,8 @@ const detectPrNumber = async () => {
}
)

console.log(`RESPONSE: `, resp)

if (resp && resp.data && resp.data[0] && resp.data[0].number) {
prNumber = resp.data[0].number
}
Expand Down

0 comments on commit d984062

Please sign in to comment.