mirror of
https://github.com/strapi/strapi.git
synced 2025-09-17 04:17:21 +00:00
Fix typo
This commit is contained in:
parent
2bd58636d4
commit
394ea8beaa
@ -328,7 +328,7 @@ module.exports = function(strapi) {
|
|||||||
});
|
});
|
||||||
|
|
||||||
switch (relation.nature) {
|
switch (relation.nature) {
|
||||||
case 'oneWay:
|
case 'oneWay':
|
||||||
case 'oneToOne':
|
case 'oneToOne':
|
||||||
case 'manyToOne':
|
case 'manyToOne':
|
||||||
type = definition.primaryKeyType;
|
type = definition.primaryKeyType;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user