do not create reference where none is needed
This commit is contained in:
parent
ba3ad10fff
commit
37dec5b9e7
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue