Skip to content

Commit

Permalink
Update invenio_users_resources/services/groups/tasks.py
Browse files Browse the repository at this point in the history
Co-authored-by: Zacharias Zacharodimos <[email protected]>
  • Loading branch information
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
Expand Up @@ -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:
Expand Down

0 comments on commit f5ed189

Please sign in to comment.