diff options
Diffstat (limited to 'src/update/mod.rs')
-rw-r--r-- | src/update/mod.rs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/update/mod.rs b/src/update/mod.rs index 69551ed..ce0a7e5 100644 --- a/src/update/mod.rs +++ b/src/update/mod.rs @@ -181,7 +181,8 @@ async fn process_subscription( // TODO: The algorithm is not exactly the best <2024-05-28> (Some(thumbnails), None) => Some( - thumbnails.first() + thumbnails + .first() .expect("At least one should exist") .url .clone(), |