Commit 654cf80d authored by Greg Messner's avatar Greg Messner
Browse files

Removed space from min_access_level attribute name (#302).

parent 0ae30f9e
...@@ -136,7 +136,7 @@ public class GroupFilter { ...@@ -136,7 +136,7 @@ public class GroupFilter {
.withParam("statistics", statistics) .withParam("statistics", statistics)
.withParam("with_custom_attributes", withCustomAttributes) .withParam("with_custom_attributes", withCustomAttributes)
.withParam("owned", owned) .withParam("owned", owned)
.withParam("min_access_level ", accessLevel) .withParam("min_access_level", accessLevel)
); );
} }
} }
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment