Skip to content

Commit

Permalink
self lint
Browse files Browse the repository at this point in the history
  • Loading branch information
just-in-chang committed Jul 18, 2024
1 parent ec423a3 commit 66d141b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ impl AssetUploaderContext {
);
let mut model = NFTMetadataCrawlerURIs::new(url.as_ref());
model.set_cdn_image_uri(Some(cdn_url.clone()));

let mut conn = self_clone.pool.get().context("Failed to get connection")?;
upsert_uris(&mut conn, &model, -1).context("Failed to upsert URIs")?;

Expand Down

0 comments on commit 66d141b

Please sign in to comment.