Skip to content

Commit

Permalink
Vahti's are now updated to the database (git blame drvilepis)
Browse files Browse the repository at this point in the history
  • Loading branch information
lajp committed Dec 19, 2021
1 parent 6a28ff5 commit 53a9829
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/vahti.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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();
}
}
});
Expand Down

0 comments on commit 53a9829

Please sign in to comment.