Skip to content

Commit d4e44c7

Browse files
committed
Fix spec
1 parent 432c65e commit d4e44c7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/plausible/annotations/annotations.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ defmodule Plausible.Annotations do
1717

1818
@max_annotations 500
1919

20-
@spec get_all_for_site(Plausible.Site.t(), atom(), pos_integer() | nil, QueryPeriod.t()) ::
20+
@spec get_all_for_site(Plausible.Site.t(), atom(), pos_integer() | nil, DateTimeRange.t()) ::
2121
{:error, :not_enough_permissions} | {:ok, list(Annotation.t())}
2222
def get_all_for_site(
2323
%Plausible.Site{} = site,

0 commit comments

Comments
 (0)