File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
crates/crates_io_og_image/src Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -223,7 +223,7 @@ impl OgImageGenerator {
223
223
/// This method handles both asset-based avatars (which are copied from the bundled assets)
224
224
/// and URL-based avatars (which are downloaded from the internet).
225
225
/// Returns a mapping from avatar source to the local filename.
226
- #[ instrument( skip( self , data) , fields( crate . name = %data. name) ) ]
226
+ #[ instrument( skip( self , data) , fields( krate . name = %data. name) ) ]
227
227
async fn process_avatars < ' a > (
228
228
& self ,
229
229
data : & ' a OgImageData < ' _ > ,
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ impl BackgroundJob for GenerateOgImage {
39
39
40
40
type Context = Arc < Environment > ;
41
41
42
- #[ instrument( skip_all, fields( crate . name = %self . crate_name) ) ]
42
+ #[ instrument( skip_all, fields( krate . name = %self . crate_name) ) ]
43
43
async fn run ( & self , ctx : Self :: Context ) -> anyhow:: Result < ( ) > {
44
44
let crate_name = & self . crate_name ;
45
45
You can’t perform that action at this time.
0 commit comments