Skip to content

Commit

Permalink
Improved style [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
ankane committed Jun 18, 2024
1 parent badb8e6 commit cae3c41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ahoy/tracker.rb
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def track_visit(defer: false, started_at: nil)
visit_token: visit_token,
visitor_token: visitor_token,
user_id: user.try(:id),
started_at: trusted_time(started_at),
started_at: trusted_time(started_at)
}.merge(visit_properties).select { |_, v| v }

@store.track_visit(data)
Expand Down

0 comments on commit cae3c41

Please sign in to comment.