We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
⚠️ Once #1344 and #1339 are merged
Since EnqueuedTask is now a Class and not an object, the js-docs should be updated accordingly.
EnqueuedTask
Everywhere the following is written
meilisearch-js/src/indexes.ts
Line 387 in 1481506
It should be changed with something more relevant. For example:
Promise containing an EnqueuedTask
Or something else if you think its better
The text was updated successfully, but these errors were encountered:
I'll take care of it once the two changes are made
Sorry, something went wrong.
807a6d8
Successfully merging a pull request may close this issue.
Since
EnqueuedTask
is now a Class and not an object, the js-docs should be updated accordingly.Everywhere the following is written
meilisearch-js/src/indexes.ts
Line 387 in 1481506
It should be changed with something more relevant. For example:
Or something else if you think its better
The text was updated successfully, but these errors were encountered: