Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2022-08-17 12:11:44 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2022-08-17 12:11:44 +0300
commite750680e89a6f98803709c172943962741eeb9e7 (patch)
treed3e28a3692460fb37c4891d646220d06e68dfa3d /app/services/todo_service.rb
parenta17e8b168778e5a107928671fd2829ab284e612d (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/services/todo_service.rb')
-rw-r--r--app/services/todo_service.rb5
1 files changed, 0 insertions, 5 deletions
diff --git a/app/services/todo_service.rb b/app/services/todo_service.rb
index 14cf264cc51..6ae394072c6 100644
--- a/app/services/todo_service.rb
+++ b/app/services/todo_service.rb
@@ -218,11 +218,6 @@ class TodoService
create_todos(reviewers, attributes)
end
- def create_attention_requested_todo(target, author, users)
- attributes = attributes_for_todo(target.project, target, author, Todo::ATTENTION_REQUESTED)
- create_todos(users, attributes)
- end
-
private
def create_todos(users, attributes)