Commit 99745bb
Merge #1126
1126: Fix type of from field in TaskResults so get_tasks doesn't crash r=curquiza a=ddboline
# Pull Request
## Related issue
Fixes #1125
## What does this PR do?
- Updates the type of TaskResults.from to match the type returned by rust
## PR checklist
Please check if your PR fulfills the following requirements:
- [ ] Does this PR fix an existing issue, or have you listed the changes applied in the PR description (and why they are needed)?
- [ ] Have you read the contributing guidelines?
- [ ] Have you made sure that the title is accurate and descriptive of the changes?
Thank you so much for contributing to Meilisearch!
<!-- This is an auto-generated comment: release notes by coderabbit.ai -->
## Summary by CodeRabbit
* **Refactor**
* Improved flexibility of the task results display by allowing the related field to be optional.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->
Co-authored-by: Daniel Boline <[email protected]>1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
110 | 110 | | |
111 | 111 | | |
112 | 112 | | |
113 | | - | |
| 113 | + | |
114 | 114 | | |
115 | 115 | | |
116 | 116 | | |
| |||
0 commit comments