Skip to content

Commit

Permalink
fix: give taskId as taskId
Browse files Browse the repository at this point in the history
  • Loading branch information
aneojgurhem committed Sep 18, 2023
1 parent e26c3a3 commit 4f958ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Common/src/Pollster/TaskHandler.cs
Original file line number Diff line number Diff line change
Expand Up @@ -575,7 +575,7 @@ await HandleErrorRequeueAsync(e,
},
PayloadId = taskData_.PayloadId,
SessionId = taskData_.SessionId,
TaskId = taskData_.SessionId,
TaskId = taskData_.TaskId,
TaskOptions = taskData_.Options.ToGrpcTaskOptions(),
},
taskData_.Options.MaxDuration,
Expand Down

0 comments on commit 4f958ca

Please sign in to comment.