File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1067,7 +1067,7 @@ getting_started_update_displayed_attributes: |-
10671067 }
10681068 }
10691069getting_started_communicating_with_a_protected_instance : |-
1070- let client = MeiliSearch(host: "http://localhost:7700", apiKey: "apiKey")
1070+ let client = try MeiliSearch(host: "http://localhost:7700", apiKey: "apiKey")
10711071 client.index("movies").search { (result) in
10721072 switch result {
10731073 case .success(let searchResult):
@@ -1402,7 +1402,7 @@ geosearch_guide_sort_usage_2: |-
14021402 }
14031403 }
14041404landing_getting_started_1 : |-
1405- let client = MeiliSearch(host: "http://localhost:7700", apiKey: "masterKey")
1405+ let client = try MeiliSearch(host: "http://localhost:7700", apiKey: "masterKey")
14061406 let documents = """
14071407 [
14081408 { "id": 1, "title": "Carol" },
You can’t perform that action at this time.
0 commit comments