Skip to content

Commit

Permalink
feat: 跳转统计任务/项目id返回
Browse files Browse the repository at this point in the history
  • Loading branch information
yuanzhi committed Jul 8, 2022
1 parent ba8dd83 commit 281bcdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/schemas/TapChart.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ export type TapGraphData = {
title: string
cols: TapGraphCol[];
rows: any[][];
taskIds: TaskId[][][];
ids: TaskId[][][];
visualizationSettings: TapGraphVisualizationSettingsSet;
special: TapGraphSpecial[];
}
Expand Down

0 comments on commit 281bcdd

Please sign in to comment.