Skip to content

Commit dd21983

Browse files
committed
Remove useless line
1 parent 03cec52 commit dd21983

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.code-samples.meilisearch.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1664,7 +1664,6 @@ reset_proximity_precision_settings_1: |-
16641664
.await
16651665
.unwrap();
16661666
facet_search_1: |-
1667-
let client = client::new("http://localhost:7700", Some("apiKey"));
16681667
let res = client.index("books")
16691668
.facet_search("genres")
16701669
.with_facet_query("fiction")
@@ -1673,7 +1672,6 @@ facet_search_1: |-
16731672
.await
16741673
.unwrap();
16751674
facet_search_3: |-
1676-
let client = client::new("http://localhost:7700", Some("apiKey"));
16771675
let res = client.index("books")
16781676
.facet_search("genres")
16791677
.with_facet_query("c")

0 commit comments

Comments
 (0)