Skip to content

Commit

Permalink
Set assignee_id as parameter in log message action
Browse files Browse the repository at this point in the history
  • Loading branch information
ayoy committed Sep 15, 2024
1 parent 8ff80e1 commit d40fcae
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ def self.run(params)
end
assignee_id = Helper::AsanaHelper.get_asana_user_id_for_github_handle(github_handle)
end
args[:assignee_id] = assignee_id

asana_client = Asana::Client.new do |c|
c.authentication(:access_token, token)
Expand Down

0 comments on commit d40fcae

Please sign in to comment.