summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gitlab/v4/objects/services.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/gitlab/v4/objects/services.py b/gitlab/v4/objects/services.py
index 4aa87cc..632f002 100644
--- a/gitlab/v4/objects/services.py
+++ b/gitlab/v4/objects/services.py
@@ -179,7 +179,8 @@ class ProjectServiceManager(GetMixin, UpdateMixin, DeleteMixin, ListMixin, RESTM
"wiki_page_events",
"push_channel",
"issue_channel",
- "confidential_issue_channel" "merge_request_channel",
+ "confidential_issue_channel",
+ "merge_request_channel",
"note_channel",
"confidential_note_channel",
"tag_push_channel",