Skip to content

Commit 7bec60c

Browse files
authored
Merge pull request #5857 from AlexVelezLl/fix-draft-tokens-lookup
Fix lookup not finding draft tokens
2 parents 1db1f89 + 3a08bf5 commit 7bec60c

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)