Skip to content

Commit

Permalink
chore: remove unused generic from store cid ipfs function
Browse files Browse the repository at this point in the history
  • Loading branch information
luzzifoss committed Jan 25, 2024
1 parent 2a8944d commit 495c84c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/data.rs
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ pub async fn store_cid_ipfs(
}
}

pub async fn store_cid_ipfs_with_retry<J: Serialize>(
pub async fn store_cid_ipfs_with_retry(
cid: String,
data_uploader_http_client: Arc<HttpClient>,
backoff: ExponentialBackoff,
Expand Down

0 comments on commit 495c84c

Please sign in to comment.