From 80ded62f556dd75554341ed3d68d9ef0b8583b54 Mon Sep 17 00:00:00 2001 From: Snarr Date: Wed, 4 Dec 2024 10:56:37 -0500 Subject: [PATCH] Fix proto comment on UTTR user_group_ --- schemas/littlehorse/user_tasks.proto | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/schemas/littlehorse/user_tasks.proto b/schemas/littlehorse/user_tasks.proto index f414a538c..caf22d190 100644 --- a/schemas/littlehorse/user_tasks.proto +++ b/schemas/littlehorse/user_tasks.proto @@ -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; }