Skip to content

Commit

Permalink
chore(deps): update commander import
Browse files Browse the repository at this point in the history
  • Loading branch information
kennylam committed Dec 19, 2023
1 parent 69eedc2 commit 3b9fa5b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tasks/deploy_preview_comment.js
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@ const getComments = () => {
res.on('end', () => {
response = JSON.parse(response);

console.log('typeof', typeof response);
console.log(response);

const results = response.filter((comment) => {
Expand Down

0 comments on commit 3b9fa5b

Please sign in to comment.