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
It seems that singular is not imported/required properly.
singular
singular is not defined in strapi-deepsearch-service/src/services/utils/bookshelf-build-query.js line 72
Add const { singular } = "pluralize"; in strapi-deepsearch-service/src/services/utils/bookshelf-build-query.js.
const { singular } = "pluralize";
strapi-deepsearch-service/src/services/utils/bookshelf-build-query.js
I may create a pull request to fix it. However, which branch should I do for it, master or fix/migrate-versioning-3.6.8?
master
fix/migrate-versioning-3.6.8
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description:
It seems that
singular
is not imported/required properly.Suggestion:
Add
const { singular } = "pluralize";
instrapi-deepsearch-service/src/services/utils/bookshelf-build-query.js
.I may create a pull request to fix it. However, which branch should I do for it,
master
orfix/migrate-versioning-3.6.8
?The text was updated successfully, but these errors were encountered: