Skip to content

Commit

Permalink
Shutup credo
Browse files Browse the repository at this point in the history
  • Loading branch information
zoldar committed May 29, 2024
1 parent 4acb06b commit 849315a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/plausible/stats/imported/imported.ex
Original file line number Diff line number Diff line change
Expand Up @@ -715,7 +715,7 @@ defmodule Plausible.Stats.Imported do
end

defp select_joined_metrics(q, []), do: q
# TODO: Reverse-engineering the native data bounces and total visit
# NOTE: Reverse-engineering the native data bounces and total visit
# durations to combine with imported data is inefficient. Instead both
# queries should fetch bounces/total_visit_duration and visits and be
# used as subqueries to a main query that then find the bounce rate/avg
Expand Down

0 comments on commit 849315a

Please sign in to comment.