Skip to content

Commit f0ca1c0

Browse files
gautamg795Convex, Inc.
authored andcommitted
remove conductor query string check (#40630)
GitOrigin-RevId: eee1e53e16956d9c5140728e97c6fd4385c27f98
1 parent 1aed8c5 commit f0ca1c0

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

crates/clusters/src/lib.rs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,6 @@ pub fn persistence_args_from_cluster_url(
3030
require_ssl: bool,
3131
require_leader: bool,
3232
) -> anyhow::Result<PersistenceArgs> {
33-
anyhow::ensure!(
34-
cluster_url.query().is_none(),
35-
"cluster url already contains query string: {:?}",
36-
cluster_url.query()
37-
);
3833
anyhow::ensure!(
3934
cluster_url.username() != "",
4035
// Don't print the full URL since it might contains password.

0 commit comments

Comments
 (0)