Skip to content

Commit

Permalink
Inspect response rather than just printing it
Browse files Browse the repository at this point in the history
Hopefully will see more useful information
  • Loading branch information
minhngocd committed Dec 23, 2024
1 parent f81baf6 commit 78235bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/tasks/publishing_api.rake
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ namespace :publishing_api do
alternative_path: args[:alternative_path].strip,
)

puts response
puts response.inspect
end
end

Expand Down Expand Up @@ -182,7 +182,7 @@ namespace :publishing_api do
alternative_path: statistics_announcement.redirect_url,
)

puts response
puts response.inspect
end

namespace :redirect_html_attachments do
Expand Down

0 comments on commit 78235bb

Please sign in to comment.