do not create reference where none is needed
This commit is contained in:
parent
ba3ad10fff
commit
37dec5b9e7
@ -87,7 +87,7 @@ fn parse_footprint(
|
||||
.trim()
|
||||
.to_string();
|
||||
|
||||
let media = scrape_media_links(&footprint_el).ok()?;
|
||||
let media = scrape_media_links(footprint_el).ok()?;
|
||||
|
||||
Some(Footprint {
|
||||
title,
|
||||
|
Loading…
Reference in New Issue
Block a user