Skip to content

Commit

Permalink
switch json write file from aggregateCopy to aggregate
Browse files Browse the repository at this point in the history
  • Loading branch information
Gene Barra committed Feb 12, 2024
1 parent c144418 commit 8a6e5c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions aggregateJSONS.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ function aggregate(){
}
});
//console.log(JSON.stringify(aggregate));
// fs.writeFileSync('aggregate.json', JSON.stringify(aggregate,null, 2))
fs.writeFileSync('aggregateCopy.json', JSON.stringify(aggregate,null, 2))
fs.writeFileSync('aggregate.json', JSON.stringify(aggregate,null, 2))
// fs.writeFileSync('aggregateCopy.json', JSON.stringify(aggregate,null, 2))
}

module.exports = {
Expand Down

0 comments on commit 8a6e5c6

Please sign in to comment.