Skip to content

Commit

Permalink
Remove leftover
Browse files Browse the repository at this point in the history
  • Loading branch information
jaceklyp committed Sep 5, 2024
1 parent 110e168 commit 7395ae3
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,6 @@ def self.create_story(asana_access_token, task_id, text: nil, html_text: nil)
if text
client.stories.create_story_for_task(task_gid: task_id, text: text)
else
puts(html_text)
client.stories.create_story_for_task(task_gid: task_id, html_text: html_text)
end
rescue StandardError => e
Expand Down

0 comments on commit 7395ae3

Please sign in to comment.