Skip to content

Commit 3a08bf5

Browse files
committed
Fix lookup not finding draft tokens
1 parent f4a95cd commit 3a08bf5

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

contentcuration/kolibri_public/views_v1.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,6 @@ def _get_channel_list_v1(params, identifier=None):
108108
).filter(
109109
secret_token__token=identifier,
110110
channel__deleted=False,
111-
channel__main_tree__published=True,
112111
)
113112
if channel_version.exists():
114113
# return early as we won't need to apply the other filters for channel version tokens

0 commit comments

Comments
 (0)