Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit7c59fac

Browse files
chore: fix missing comma
There was a missing comma which meant the strings were concatenatedinstead of being two separate strings.
1 parent9896340 commit7c59fac

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)

[8]ページ先頭

©2009-2025 Movatter.jp