Commit edb1595
Merge #435
435: Fix invalid type error in getting_started_add_documents_md r=bidoubiwa a=amaihoefner
# Pull Request
## Related issue
Fixes #434
## What does this PR do?
- Fix a panic caused by running sample code from the quickstart section ["Add documents"](https://docs.meilisearch.com/learn/getting_started/quick_start.html#add-documents)
## PR checklist
Please check if your PR fulfills the following requirements:
- [ x] Does this PR fix an existing issue, or have you listed the changes applied in the PR description (and why they are needed)?
- [ x] Have you read the contributing guidelines?
- [ x] Have you made sure that the title is accurate and descriptive of the changes?
Co-authored-by: amaihoefner <[email protected]>
Co-authored-by: cvermand <[email protected]>1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
971 | 971 | | |
972 | 972 | | |
973 | 973 | | |
974 | | - | |
| 974 | + | |
975 | 975 | | |
976 | 976 | | |
977 | 977 | | |
| |||
986 | 986 | | |
987 | 987 | | |
988 | 988 | | |
989 | | - | |
| 989 | + | |
990 | 990 | | |
991 | 991 | | |
992 | 992 | | |
| |||
0 commit comments