mirror of
https://gitlab.com/news-flash/article_scraper.git
synced 2025-07-07 16:15:32 +02:00
cleanup
This commit is contained in:
parent
63035ca028
commit
2460745547
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ async fn run_test(name: &str) {
|
||||||
let mut article = Article {
|
let mut article = Article {
|
||||||
title: None,
|
title: None,
|
||||||
author: None,
|
author: None,
|
||||||
url: url.clone(),
|
url,
|
||||||
date: None,
|
date: None,
|
||||||
thumbnail_url: None,
|
thumbnail_url: None,
|
||||||
document: None,
|
document: None,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue