Skip to content

Commit 9770026

Browse files
committed
fix(slot_persister): change parse_json expected type in config
1 parent f49ee30 commit 9770026

File tree

1 file changed

+1
-1
lines changed
  • nft_ingester/src/bin/slot_persister

1 file changed

+1
-1
lines changed

nft_ingester/src/bin/slot_persister/main.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ struct Args {
5555
start_slot: Option<u64>,
5656

5757
/// Big table config (best passed from env)
58-
#[arg(short, long, env, value_parser = parse_json::<Result<BigTableConfig, String>>)]
58+
#[arg(short, long, env, value_parser = parse_json::<BigTableConfig>)]
5959
big_table_config: Option<BigTableConfig>,
6060

6161
/// Metrics port

0 commit comments

Comments
 (0)