Skip to content

Commit

Permalink
Minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
g3ortega committed Apr 24, 2024
1 parent ec4380b commit e69b9f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/utm_conversion/capture/utm_params_middleware.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ def initialize(app)
def call(env)
request = Rack::Request.new(env)
utm_params = extract_utm_params(request)
store_utm_data(utm_params, env["rack.session"])
store_utm_data(env["rack.session"], utm_params)
@app.call(env)
end

Expand Down

0 comments on commit e69b9f9

Please sign in to comment.