Skip to content

Commit

Permalink
Another quickfix for prod
Browse files Browse the repository at this point in the history
  • Loading branch information
thesecretmaster committed Mar 18, 2019
1 parent 0f8d382 commit 948f23a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/application_controller.rb
Expand Up @@ -101,7 +101,7 @@ def redis_log_request
user_id: user_signed_in? ? current_user.id : nil,
session_id: smokey_route? ? params[:key] : session[:redis_log_id],
sha: CurrentCommit,
smoke_detector_id: is_smokey_route? ? SmokeDetector.find_by(access_token: params[:key])&.id : nil
smoke_detector_id: smokey_route? ? SmokeDetector.find_by(access_token: params[:key])&.id : nil
},
subspaces: {
request_headers: headers.to_h,
Expand Down

0 comments on commit 948f23a

Please sign in to comment.