Chore: Updates dependency groups (#10339)

This commit is contained in:
Trenton H
2025-07-07 17:37:58 -07:00
committed by GitHub
parent bc019fab96
commit 3d2a3ede71
21 changed files with 157 additions and 153 deletions

View File

@@ -2138,7 +2138,7 @@ class StoragePathViewSet(ModelViewSet, PermissionsAwareDocumentCountMixin):
# perform the deletion so renaming/moving can happen
response = super().destroy(request, *args, **kwargs)
if len(doc_ids):
if doc_ids:
bulk_edit.bulk_update_documents.delay(doc_ids)
return response