Skip to content

Commit

Permalink
fix: debug_controller syntax error (#2977)
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul-Bob authored Jul 12, 2024
1 parent 4a4522d commit afd7589
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/avo/debug_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ def send_to_hq
body = params[:body]
body = {license_key: license_key, body: body, payload: Avo::Services::DebugService.debug_report(request).to_json}.to_json

Avo::Licensing::Request.post url, body:, timeout:
Avo::Licensing::Request.post(url, body:, timeout:)

render turbo_stream: turbo_stream.replace(:send_to_hq, plain: "Payload sent to Avo HQ.")
end
Expand Down

0 comments on commit afd7589

Please sign in to comment.