diff options
Diffstat (limited to 'src/commands/today/shrek.rs')
| -rw-r--r-- | src/commands/today/shrek.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands/today/shrek.rs b/src/commands/today/shrek.rs index 0f16337..b2f24a1 100644 --- a/src/commands/today/shrek.rs +++ b/src/commands/today/shrek.rs @@ -1,6 +1,6 @@ use super::prelude::*; -pub fn shrek(date: chrono::NaiveDate) -> TodayIter { +pub fn shrek(date: chrono::NaiveDateTime) -> TodayIter { if month_day(date) != (4, 22) { return Box::new(empty()); } |
