Description:
It seems that singular is not imported/required properly.
singular is not defined in strapi-deepsearch-service/src/services/utils/bookshelf-build-query.js line 72
Suggestion:
Add const { singular } = "pluralize"; in 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?
Description:
It seems that
singularis 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,
masterorfix/migrate-versioning-3.6.8?