Skip to content

Commit b616459

Browse files
committed
fix: make columnType optional in workerDirector to match required type in stats.ts
1 parent 18df501 commit b616459

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

benchexec/tablegenerator/react-table/src/workers/workerDirector.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ type StatsWorkerItem = {
2424
categoryType: string;
2525
resultType: string;
2626
column: number | string;
27-
columnType: string;
27+
columnType?: string;
2828
columnTitle: string;
2929
};
3030

0 commit comments

Comments
 (0)