Skip to content

Commit

Permalink
fix: fix build issue
Browse files Browse the repository at this point in the history
  • Loading branch information
phodal committed Nov 27, 2023
1 parent 6b15230 commit f130f43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion local_server/src/scraper/article.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ impl Article {
pub struct ArticleContent<'a> {
pub title: Option<Cow<'a, str>>,
pub icon: Option<Cow<'a, str>>,
pub language: Option<str>,
pub language: Option<&'a str>,
pub description: Option<Cow<'a, str>>,
pub text: Option<Cow<'a, str>>,
}
Expand Down

0 comments on commit f130f43

Please sign in to comment.