mirror of
https://github.com/strapi/strapi.git
synced 2025-10-09 23:31:11 +00:00
Fix typo
This commit is contained in:
parent
ce94f85a50
commit
f3184590d7
@ -281,7 +281,7 @@ module.exports = {
|
||||
const connector = models[model].orm;
|
||||
|
||||
if (!connector) {
|
||||
throw new Error(`Impossible to determine the use ORM for the model ${model}.`);
|
||||
throw new Error(`Impossible to determine the ORM used for the model ${model}.`);
|
||||
}
|
||||
|
||||
const convertor = strapi.hook[connector].load().getQueryParams;
|
||||
|
Loading…
x
Reference in New Issue
Block a user