Skip to content

Commit

Permalink
Add more logging:
Browse files Browse the repository at this point in the history
  • Loading branch information
ayoy committed Sep 15, 2024
1 parent c07536d commit 9eb839e
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,9 @@ def self.create_story(asana_access_token, task_id, text: nil, html_text: nil)
c.default_headers["Asana-Enable"] = "new_goal_memberships"
end
begin
UI.important("Adding comment to task #{task_id}")
UI.important("text: #{text}")
UI.important("html_text: #{html_text}")
if text
client.stories.create_story_for_task(task_gid: task_id, text: text)
else
Expand Down

0 comments on commit 9eb839e

Please sign in to comment.