Skip to content

Commit d9d8986

Browse files
committed
formatting: fix formatting
1 parent aed82a8 commit d9d8986

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

invenio_communities/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,5 +344,5 @@
344344
COMMUNITIES_ALWAYS_SHOW_CREATE_LINK = False
345345
"""Controls visibility of 'New Community' btn based on user's permission when set to True."""
346346

347-
COMMUNITIES_ALLOW_MEMBERSHIP_REQUESTS = True
347+
COMMUNITIES_ALLOW_MEMBERSHIP_REQUESTS = False
348348
"""Feature flag for membership request."""

invenio_communities/members/services/service.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ def _members_search(
261261
scan_params=None,
262262
endpoint="members",
263263
links_item_tpl=None,
264-
**kwargs
264+
**kwargs,
265265
):
266266
"""General members search."""
267267
community = self.community_cls.get_record(community_id)

0 commit comments

Comments
 (0)