1
0
Fork 0
mirror of https://gitlab.com/news-flash/article_scraper.git synced 2025-07-07 16:15:32 +02:00
This commit is contained in:
Jan Lukas Gernert 2023-02-25 00:44:18 +01:00
parent 63035ca028
commit 2460745547

View file

@ -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,