Skip to content

Commit 4d5107d

Browse files
authored
Merge branch 'main' into chores/rename-env-variable
2 parents 2290d7c + 18c835f commit 4d5107d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.code-samples.meilisearch.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1280,9 +1280,9 @@ delete_a_key_1: |-
12801280
authorization_header_1:
12811281
let client = Client::new("http://localhost:7700", "masterKey");
12821282
let keys = client
1283-
.get_keys()
1284-
.await
1285-
.unwrap();
1283+
.get_keys()
1284+
.await
1285+
.unwrap();
12861286
security_guide_search_key_1: |-
12871287
let client = Client::new("http://localhost:7700", "apiKey");
12881288
let result = client.index("patient_medical_records")

0 commit comments

Comments
 (0)