Skip to content

Commit

Permalink
Merge pull request #43 from thoughtspot/SCAL-209485
Browse files Browse the repository at this point in the history
[SCAL-209485] modify property name columnAggregationType to aggregationType
  • Loading branch information
abey-thomas authored Jul 19, 2024
2 parents 3ab2a9c + ccc30bf commit 80931b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types/answer-column.types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -233,5 +233,5 @@ export interface ChartColumn {
*
* @version SDK: 0.1 | ThoughtSpot:
*/
columnAggregationType?: ColumnAggregationType;
aggregationType?: ColumnAggregationType;
}

0 comments on commit 80931b3

Please sign in to comment.