From 2a501f63df96252295df7efe53880c5e78fa22b5 Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Wed, 7 Dec 2022 15:07:11 +0000 Subject: Add latest changes from gitlab-org/gitlab@master --- app/graphql/mutations/work_items/create.rb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'app/graphql/mutations') diff --git a/app/graphql/mutations/work_items/create.rb b/app/graphql/mutations/work_items/create.rb index 793e5d3caf8..a4efffb69c1 100644 --- a/app/graphql/mutations/work_items/create.rb +++ b/app/graphql/mutations/work_items/create.rb @@ -73,3 +73,5 @@ module Mutations end end end + +Mutations::WorkItems::Create.prepend_mod -- cgit v1.2.1