@squzy/core
Advanced tools
Comparing version 0.0.5-alpha.0 to 0.0.7-alpha.0
@@ -84,7 +84,9 @@ "use strict"; | ||
} | ||
if (typeof parent === "string") { | ||
parentId = parent; | ||
} | ||
else { | ||
parentId = parent.getId(); | ||
if (typeof parent === "string") { | ||
parentId = parent; | ||
} | ||
else { | ||
parentId = parent.getId(); | ||
} | ||
} | ||
@@ -91,0 +93,0 @@ return new Transaction({ |
{ | ||
"name": "@squzy/core", | ||
"version": "0.0.5-alpha.0", | ||
"version": "0.0.7-alpha.0", | ||
"description": "Basic module Squzy", | ||
@@ -33,3 +33,3 @@ "author": "Iurii Panarin <tduble94@gmail.com>", | ||
}, | ||
"gitHead": "a5c4f6f1a03b5b04a8307432f369fc5c1342489e" | ||
"gitHead": "217430410218e35a63238394c24c3d85ff99714a" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
113973
254