From 53a982917461503bda9d53453c049c3e94173d6f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luukas=20P=C3=B6rtfors?= Date: Sun, 19 Dec 2021 13:28:39 +0200 Subject: [PATCH] Vahti's are now updated to the database (`git blame drvilepis`) --- src/vahti.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/vahti.rs b/src/vahti.rs index fe87e0c..ec24c0b 100644 --- a/src/vahti.rs +++ b/src/vahti.rs @@ -232,6 +232,7 @@ pub async fn update_vahtis( .await .unwrap(); } + db.vahti_updated(Vahti { user_id: id, url: url.clone(), id: 0, last_updated }, None).await.unwrap(); } } });