Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jaceklyp committed Sep 5, 2024
1 parent e28812f commit 5820c36
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def self.run(params)
end

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

begin
Expand Down

0 comments on commit 5820c36

Please sign in to comment.