Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
phenchaw committed Oct 6, 2023
1 parent bece0ad commit 525ce4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/payroll_hero/api/client.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ def initialize(token, base_url, cookies = {})
}
headers.merge!({ 'Cookie' => cookies.map { |key, value| "#{key}=#{value}" }.join('; ') }) unless cookies.empty?
params = {
token:,
token: token,
}
@client = Faraday.new(url: base_url) do |faraday|
faraday.request :url_encoded
Expand Down

0 comments on commit 525ce4c

Please sign in to comment.