Skip to content
Snippets Groups Projects
Commit 2e608e5c authored by Fernando Erd's avatar Fernando Erd :ok_hand:
Browse files

Merge branch 'remove_log' into development

parents eb7dde64 e2789abb
No related branches found
No related tags found
No related merge requests found
Pipeline #
...@@ -43,7 +43,6 @@ module.exports = function addMissing(rqf){ ...@@ -43,7 +43,6 @@ module.exports = function addMissing(rqf){
Object.keys(G[rqfName]).forEach((dim1Value) => { Object.keys(G[rqfName]).forEach((dim1Value) => {
Object.keys(G[rqfName][dim1Value][rqfName2]).forEach((dim2Value) => { Object.keys(G[rqfName][dim1Value][rqfName2]).forEach((dim2Value) => {
console.log(dim2Value);
let value = G[rqfName][dim1Value][rqfName2][dim2Value]; let value = G[rqfName][dim1Value][rqfName2][dim2Value];
if(!value) { if(!value) {
let newEntry = Object.assign({}, result[0], {[rqfName]: parseInt(dim1Value, 10), [rqfName2]: parseInt(dim2Value, 10), total: 0}); let newEntry = Object.assign({}, result[0], {[rqfName]: parseInt(dim1Value, 10), [rqfName2]: parseInt(dim2Value, 10), total: 0});
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment