Skip to content

Commit

Permalink
chore: bump 1.2.20
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelTaylor3D committed Dec 9, 2022
1 parent 88c8575 commit ed1ff7c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "climate-warehouse",
"version": "1.2.19",
"version": "1.2.20",
"private": true,
"bin": "build/server.js",
"type": "module",
Expand Down
2 changes: 0 additions & 2 deletions src/utils/xls.js
Original file line number Diff line number Diff line change
Expand Up @@ -420,8 +420,6 @@ export const collapseTablesData = (tableData, model) => {
return;
}

// console.log('!!!!', data);

const tableUnitData = tableData['label_unit']?.data?.find((row) => {
if (tableData[model.name]?.data == null) {
return false;
Expand Down

0 comments on commit ed1ff7c

Please sign in to comment.