@punks/backend-entity-manager 0.0.430 → 0.0.431
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/index.js +1 -0
- package/dist/cjs/index.js.map +1 -1
- package/dist/esm/index.js +1 -0
- package/dist/esm/index.js.map +1 -1
- package/package.json +1 -1
package/dist/esm/index.js
CHANGED
|
@@ -290,6 +290,7 @@ class EntitySerializer {
|
|
|
290
290
|
.map((x) => applyModifiers(x, column.modifiers))
|
|
291
291
|
.filter((x) => isValidValue(x))
|
|
292
292
|
: applyModifiers(parsedColumn, column.modifiers);
|
|
293
|
+
delete record[column.name];
|
|
293
294
|
}
|
|
294
295
|
const validationErrors = [];
|
|
295
296
|
for (const column of definition.columns) {
|