electrodb
Advanced tools
Comparing version 0.9.31 to 0.9.32
{ | ||
"name": "electrodb", | ||
"version": "0.9.31", | ||
"version": "0.9.32", | ||
"description": "A library to more easily create and interact with multiple entities and heretical relationships in dynamodb", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -38,3 +38,3 @@ const v = require("./validations"); | ||
} | ||
let copy = JSON.parse(JSON.stringify(model)); | ||
let copy = Object.assign({}, model); | ||
if (v.isStringHasLength(service)) { | ||
@@ -41,0 +41,0 @@ copy.service = service; |
Sorry, the diff of this file is not supported yet
246612