Skip to content

Commit

Permalink
Reinstate date type in DateChecker
Browse files Browse the repository at this point in the history
  • Loading branch information
shaolang committed Feb 12, 2024
1 parent 1fbaaf9 commit 7d4a869
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/crontab/date_checker.ex
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ defmodule Crontab.DateChecker do

alias Crontab.DateHelper

@type date :: NaiveDateTime.t() | DateTime.t()

@doc """
Check a condition list against a given date.
Expand Down

0 comments on commit 7d4a869

Please sign in to comment.