fix: undo property fix, field exists - bad typing

This commit is contained in:
Elliot DeNolf
2020-12-02 21:50:54 -05:00
parent 1e4e6e9619
commit 66946c8697

View File

@@ -49,7 +49,7 @@ export default async function performFieldOperations(entityConfig: Collection, a
// //////////////////////////////////////////
traverseFields({
fields: entityConfig.config.fields, // Was this working before? Seemed to be pointing to non-existent property
fields: entityConfig.fields, // TODO: Bad typing, this exists
data: fullData,
originalDoc: fullOriginalDoc,
path: '',