summaryrefslogtreecommitdiff
path: root/app/services/projects/operations
diff options
context:
space:
mode:
Diffstat (limited to 'app/services/projects/operations')
-rw-r--r--app/services/projects/operations/update_service.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/services/projects/operations/update_service.rb b/app/services/projects/operations/update_service.rb
index 7ff0599ee95..abd6d8de750 100644
--- a/app/services/projects/operations/update_service.rb
+++ b/app/services/projects/operations/update_service.rb
@@ -12,7 +12,7 @@ module Projects
private
def project_update_params
- {}
+ params.slice(:error_tracking_setting_attributes)
end
end
end