Skip to content

Commit 654cf80

Browse files
committed
Removed space from min_access_level attribute name (#302).
1 parent 0ae30f9 commit 654cf80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/gitlab4j/api/models/GroupFilter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ public GitLabApiForm getQueryParams() {
136136
.withParam("statistics", statistics)
137137
.withParam("with_custom_attributes", withCustomAttributes)
138138
.withParam("owned", owned)
139-
.withParam("min_access_level ", accessLevel)
139+
.withParam("min_access_level", accessLevel)
140140
);
141141
}
142142
}

0 commit comments

Comments
 (0)