Skip to content

Commit

Permalink
fixup! feat: associate collection on library block creation
Browse files Browse the repository at this point in the history
  • Loading branch information
navinkarkera committed Sep 19, 2024
1 parent d355c43 commit fd379a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openedx/core/djangoapps/content_libraries/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -1197,7 +1197,7 @@ def update_library_collection_components(
remove=False,
# As an optimization, callers may pass in a pre-fetched ContentLibrary instance
content_library: ContentLibrary | None = None,
# Similarly, users may pass component_keys instead of usage_keys
# Similarly, users may pass pre-fetched list of component_keys
component_keys: list[str] | None = None,
) -> Collection:
"""
Expand Down

0 comments on commit fd379a0

Please sign in to comment.