Skip to content

Commit

Permalink
Send json ready data type to sidekiq to prepare for new version
Browse files Browse the repository at this point in the history
  • Loading branch information
mlandauer committed Aug 1, 2024
1 parent bd2adb9 commit 0fb60a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/api_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ def log_api_call
controller: params[:controller],
action: params[:action],
format: params[:format]
).to_h,
).to_hash,
request.headers["User-Agent"],
Time.zone.now.to_f
)
Expand Down

0 comments on commit 0fb60a2

Please sign in to comment.