Skip to content

Commit

Permalink
Update app/services/attempts_api/tracker.rb
Browse files Browse the repository at this point in the history
Co-authored-by: Zach Margolis <[email protected]>
  • Loading branch information
mitchellhenke and zachmargolis authored Jan 7, 2025
1 parent 9c396e8 commit 003640a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/services/attempts_api/tracker.rb
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def parse_failure_reason(result)

def hashed_session_id
return nil unless user&.unique_session_id
Digest::SHA1.hexdigest(user&.unique_session_id)
Digest::SHA1.hexdigest(user.unique_session_id)
end

def hashed_cookie_device_uuid
Expand Down

0 comments on commit 003640a

Please sign in to comment.