diff options
Diffstat (limited to 'src/commands/today/wednesday.rs')
| -rw-r--r-- | src/commands/today/wednesday.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands/today/wednesday.rs b/src/commands/today/wednesday.rs index 8fec707..0748a0b 100644 --- a/src/commands/today/wednesday.rs +++ b/src/commands/today/wednesday.rs @@ -1,6 +1,6 @@ use super::prelude::*; -pub fn wednesday(date: chrono::NaiveDate) -> TodayIter { +pub fn wednesday(date: chrono::NaiveDateTime) -> TodayIter { if date.weekday() != chrono::Weekday::Wed { return Box::new(empty()); } |
