From 947c7f8f3b00f1b9232099cc6920720589228028 Mon Sep 17 00:00:00 2001 From: Edwin Jose Date: Fri, 5 Sep 2025 12:24:28 -0400 Subject: [PATCH] shared tasks --- src/services/task_service.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/services/task_service.py b/src/services/task_service.py index 257ae2ce..695752d8 100644 --- a/src/services/task_service.py +++ b/src/services/task_service.py @@ -266,7 +266,7 @@ class TaskService: Supports cancellation of shared default tasks stored under the anonymous user. """ - # Try user's own tasks first, then shared anonymous tasks + # Check candidate user IDs first, then anonymous to find which user ID the task is mapped to candidate_user_ids = [user_id, AnonymousUser().user_id] store_user_id = None