estimate-library
Advanced tools
Comparing version 0.2.1 to 0.2.2
@@ -81,7 +81,4 @@ "use strict"; | ||
this.sections = this.sections.map(function (section) { | ||
if (section.id === sectionId) { | ||
var res = (0, sections_1.duplicateRowInSection)(section, duplicateRowId); | ||
console.log('res section here', res); | ||
return res; | ||
} | ||
if (section.id === sectionId) | ||
(0, sections_1.duplicateRowInSection)(section, duplicateRowId); | ||
return section; | ||
@@ -88,0 +85,0 @@ }); |
@@ -47,3 +47,2 @@ "use strict"; | ||
section.tasks.splice(duplicatedRowIndex, 0, (0, row_1.duplicateRow)(duplicatedTask)); | ||
console.log(section, 'section here'); | ||
return (0, exports.calculateSection)(section); | ||
@@ -50,0 +49,0 @@ }; |
{ | ||
"name": "estimate-library", | ||
"version": "0.2.1", | ||
"version": "0.2.2", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "build/index.js", |
23612
558