Skip to content

Commit

Permalink
Update packages/fuel-indexer-api-server/src/uses.rs
Browse files Browse the repository at this point in the history
Co-authored-by: rashad <spam.rashad@protonmail.com>
  • Loading branch information
lostman and ra0x3 authored Oct 11, 2023
1 parent abd68d7 commit b2c810c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/fuel-indexer-api-server/src/uses.rs
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,7 @@ async fn parse_register_indexer_multipart(
);
e
})
.unwrap_or("unknown".to_string());
.unwrap_or(toolchain_version);
};
assets.push((asset_type, data.to_vec()));
}
Expand Down

0 comments on commit b2c810c

Please sign in to comment.