We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
parse_json
1 parent f49ee30 commit 9770026Copy full SHA for 9770026
nft_ingester/src/bin/slot_persister/main.rs
@@ -55,7 +55,7 @@ struct Args {
55
start_slot: Option<u64>,
56
57
/// Big table config (best passed from env)
58
- #[arg(short, long, env, value_parser = parse_json::<Result<BigTableConfig, String>>)]
+ #[arg(short, long, env, value_parser = parse_json::<BigTableConfig>)]
59
big_table_config: Option<BigTableConfig>,
60
61
/// Metrics port
0 commit comments