remove typespec (#4205)

This commit is contained in:
RobertJoonas 2024-06-10 11:14:35 +01:00 committed by GitHub
parent 14cf6501c3
commit 1043e000c9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -301,7 +301,6 @@ defmodule Plausible.Stats.Base do
# only if it's included in the base query - otherwise the total will be based on
# a different data set, making the metric inaccurate. This is why we're using an
# explicit `include_imported` argument here.
@spec total_visitors_subquery(Plausible.Site.t(), Query.t(), boolean()) :: :ok
defp total_visitors_subquery(site, query, include_imported)
defp total_visitors_subquery(site, query, true = _include_imported) do