Skip to content

Commit

Permalink
chore: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 19, 2023
1 parent b87392c commit cf8a68a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dwn/src/request.rs
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ impl DescriptorBuilder {
) -> Result<Descriptor, Box<dyn std::error::Error>> {
let data_cid = data.map(|d| {
// TODO: Generate CID
let pb = d.to_ipld();
let _pb = d.to_ipld();
"TODO".to_string()
});

Expand Down

0 comments on commit cf8a68a

Please sign in to comment.