Skip to content

Commit

Permalink
amp it
Browse files Browse the repository at this point in the history
  • Loading branch information
G8XSU committed Jan 9, 2024
1 parent 9d64f3c commit c4e6594
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/io/vss_store.rs
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ impl VssStore {
)
}) as _);

let client = VssClient::new(base_url, retry_policy);
let client = VssClient::new(&base_url, retry_policy);
Self { client, store_id, runtime, storable_builder }
}

Expand Down

0 comments on commit c4e6594

Please sign in to comment.