fix: data import issues

This commit is contained in:
Jannat Patel
2025-11-26 14:14:09 +05:30
parent a98e8025c4
commit c846e36032
11 changed files with 144 additions and 5543 deletions

View File

@@ -1197,7 +1197,6 @@ def get_categorized_courses(courses):
@frappe.whitelist(allow_guest=True)
@rate_limit(limit=50, seconds=60 * 60)
def get_course_outline(course, progress=False):
"""Returns the course outline."""
outline = []