From a5940e35577e677b48bb67148caabe034aa418b6 Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Wed, 1 Apr 2020 17:36:33 +1000 Subject: [PATCH] add fixme --- rslib/src/collection.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/rslib/src/collection.rs b/rslib/src/collection.rs index cdce69b20..e4b8ed937 100644 --- a/rslib/src/collection.rs +++ b/rslib/src/collection.rs @@ -134,6 +134,7 @@ impl Collection { self.storage.downgrade_to_schema_11() } + // fixme: invalidate when config changes pub fn timing_today(&mut self) -> Result { if let Some(timing) = &self.state.timing_today { if timing.next_day_at > TimestampSecs::now().0 {