mirror of
https://github.com/strapi/strapi.git
synced 2025-07-24 17:40:18 +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',
|
||||
'toObject',
|
||||
'validate',
|
||||
'format',
|
||||
];
|
||||
|
||||
module.exports = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user