Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update invenio_users_resources/services/groups/tasks.py
Browse files Browse the repository at this point in the history
Co-authored-by: Zacharias Zacharodimos <zacharias.zacharodimos@cern.ch>
TLGINO and zzacharo authored Jun 30, 2023
1 parent c304d38 commit f5ed189
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion invenio_users_resources/services/groups/tasks.py
Original file line number Diff line number Diff line change
@@ -30,7 +30,7 @@ def reindex_groups(group_ids):

@shared_task(ignore_result=True)
def unindex_groups(group_ids):
"""Unindex the given role/group."""
"""Unindex the given groups."""
index = current_groups_service.record_cls.index
if current_groups_service.indexer.exists(index):
try:

0 comments on commit f5ed189

Please sign in to comment.