Skip to content

Commit

Permalink
fix: add missing payload id in Task data mask for task detailed (#722)
Browse files Browse the repository at this point in the history
  • Loading branch information
aneojgurhem authored Aug 1, 2024
2 parents be3b06f + 452c197 commit 290b66c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Common/src/gRPC/Services/GrpcTasksService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ public GrpcTasksService(ITaskTable taskTable,
{
TaskDataFields.SessionId,
TaskDataFields.TaskId,
TaskDataFields.PayloadId,
TaskDataFields.Status,
TaskDataFields.InitialTaskId,
TaskDataFields.Output,
Expand Down

0 comments on commit 290b66c

Please sign in to comment.