mirror of
https://github.com/strapi/strapi.git
synced 2025-08-09 09:14:49 +00:00

This fixes the deleteOldComponents function in the strapi-connector-mongoose package. This needs to be done, as the id can be either a string or a Buffer at this point. Signed-off-by: Marvin König <dev@mkqavi.com>
strapi-connector-mongoose
This built-in connector allows you to use the Mongoose ORM.
Mongoose ORM provides a straight-forward, schema-based solution to model your application data. It includes built-in type casting, validation, query building, business logic connectors and more, out of the box.