Skip to content

Commit

Permalink
Fix proto comment on UTTR user_group_
Browse files Browse the repository at this point in the history
  • Loading branch information
Snarr committed Dec 4, 2024
1 parent 02ee23b commit 80ded62
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions schemas/littlehorse/user_tasks.proto
Original file line number Diff line number Diff line change
Expand Up @@ -214,8 +214,8 @@ message UserTaskTriggerReference {
// asigned to a specific user_id.
optional string user_id = 3;

// Is the user_id that the UserTaskRun is assigned to. Unset if UserTaskRun is not
// asigned to a specific user_id.
// Is the user_group that the UserTaskRun is assigned to. Unset if UserTaskRun is not
// asigned to a specific user_group.
optional string user_group = 4;
}

Expand Down

0 comments on commit 80ded62

Please sign in to comment.