Skip to content

Commit 7c59fac

Browse files
chore: fix missing comma
There was a missing comma which meant the strings were concatenated instead of being two separate strings.
1 parent 9896340 commit 7c59fac

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

gitlab/v4/objects/services.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,8 @@ class ProjectServiceManager(GetMixin, UpdateMixin, DeleteMixin, ListMixin, RESTM
179179
"wiki_page_events",
180180
"push_channel",
181181
"issue_channel",
182-
"confidential_issue_channel" "merge_request_channel",
182+
"confidential_issue_channel",
183+
"merge_request_channel",
183184
"note_channel",
184185
"confidential_note_channel",
185186
"tag_push_channel",

0 commit comments

Comments
 (0)