We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 432c65e commit d4e44c7Copy full SHA for d4e44c7
1 file changed
lib/plausible/annotations/annotations.ex
@@ -17,7 +17,7 @@ defmodule Plausible.Annotations do
17
18
@max_annotations 500
19
20
- @spec get_all_for_site(Plausible.Site.t(), atom(), pos_integer() | nil, QueryPeriod.t()) ::
+ @spec get_all_for_site(Plausible.Site.t(), atom(), pos_integer() | nil, DateTimeRange.t()) ::
21
{:error, :not_enough_permissions} | {:ok, list(Annotation.t())}
22
def get_all_for_site(
23
%Plausible.Site{} = site,
0 commit comments