Skip to content

Commit

Permalink
chore: fix missing comma
Browse files Browse the repository at this point in the history
There was a missing comma which meant the strings were concatenated
instead of being two separate strings.
  • Loading branch information
JohnVillalovos committed Jan 8, 2022
1 parent 9896340 commit 7c59fac
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion gitlab/v4/objects/services.py
Expand Up @@ -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",
Expand Down

0 comments on commit 7c59fac

Please sign in to comment.