Skip to content

Commit

Permalink
taskId -> id for sample TS code (#661)
Browse files Browse the repository at this point in the history
  • Loading branch information
inahga authored Nov 29, 2023
1 parent 0e1c076 commit ad2db9c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/src/tasks/TaskDetail/ClientConfig.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,14 +47,14 @@ function TsClientConfig() {
[task, leaderAggregator, helperAggregator],
([task, leader, helper]) => ({
...task.vdaf,
taskId: task.id,
id: task.id,
leader: leader.dap_url,
helper: helper.dap_url,
timePrecisionSeconds: task.time_precision_seconds,
}),
{
type: null,
taskId: null,
id: null,
leader: null,
helper: null,
timePrecisionSeconds: null,
Expand Down

0 comments on commit ad2db9c

Please sign in to comment.