Skip to content

Commit

Permalink
clippy suggestion
Browse files Browse the repository at this point in the history
  • Loading branch information
juan518munoz committed Dec 19, 2024
1 parent 3877956 commit 4fc871a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ impl GetBlobData for GetBlobFromDB {
let mut conn = self.pool.connection_tagged("eigen_client").await?;
let batch = conn
.data_availability_dal()
.get_blob_data_by_blob_id(&input)
.get_blob_data_by_blob_id(input)
.await?;
Ok(batch.map(|b| b.pubdata))
}
Expand Down

0 comments on commit 4fc871a

Please sign in to comment.