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:
Diffstat (limited to 'app/services/work_items/create_and_link_service.rb')
-rw-r--r--app/services/work_items/create_and_link_service.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/services/work_items/create_and_link_service.rb b/app/services/work_items/create_and_link_service.rb
index 5cc358c4b4f..351ebc14564 100644
--- a/app/services/work_items/create_and_link_service.rb
+++ b/app/services/work_items/create_and_link_service.rb
@@ -6,7 +6,7 @@ module WorkItems
# This class should always be run inside a transaction as we could end up with
# new work items that were never associated with other work items as expected.
class CreateAndLinkService
- def initialize(project:, current_user: nil, params: {}, spam_params:, link_params: {})
+ def initialize(project:, spam_params:, current_user: nil, params: {}, link_params: {})
@project = project
@current_user = current_user
@params = params