mirror of
https://github.com/strapi/strapi.git
synced 2025-07-25 18:05:07 +00:00
Add missing 'format' reserved model word. (#8194)
* Add missing 'format' reserved model word. * Move reserved word to attribute name. Co-authored-by: Matt Kirkland <mkirkland616@gmail.com>
This commit is contained in:
parent
755d216fbe
commit
e0287c8d27
@ -46,6 +46,7 @@ const RESERVED_ATTRIBUTE_NAMES = [
|
|||||||
'schema',
|
'schema',
|
||||||
'toObject',
|
'toObject',
|
||||||
'validate',
|
'validate',
|
||||||
|
'format',
|
||||||
];
|
];
|
||||||
|
|
||||||
module.exports = {
|
module.exports = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user