mirror of
https://github.com/perstarkse/minne.git
synced 2026-04-21 00:11:26 +02:00
retrieval simplfied
This commit is contained in:
@@ -46,7 +46,7 @@ impl HtmlState {
|
||||
.retrieval_strategy
|
||||
.as_deref()
|
||||
.and_then(|value| value.parse().ok())
|
||||
.unwrap_or(RetrievalStrategy::Initial)
|
||||
.unwrap_or(RetrievalStrategy::Default)
|
||||
}
|
||||
}
|
||||
impl ProvidesDb for HtmlState {
|
||||
|
||||
Reference in New Issue
Block a user