Skip to content

Commit

Permalink
refactor: 修改变量名
Browse files Browse the repository at this point in the history
  • Loading branch information
Harvey Wang committed May 14, 2024
1 parent b28aa12 commit 8709849
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -473,7 +473,7 @@ describe('PivotSheet Export Test', () => {

const bigData = generateRawData(
{ province: 10, city: 1 },
{ type: typeCount, sub_type: subTypeCount },
{ type: typeCount, subType: subTypeCount },
);

const sheet = new PivotSheet(
Expand Down

0 comments on commit 8709849

Please sign in to comment.