Skip to content

Commit

Permalink
fix: changed heatmap base days back to 200
Browse files Browse the repository at this point in the history
  • Loading branch information
pateljannat committed Feb 4, 2025
1 parent 3ff6c96 commit 9775d74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lms/lms/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -1087,7 +1087,7 @@ def mark_lesson_progress(course, chapter_number, lesson_number):


@frappe.whitelist()
def get_heatmap_data(member=None, base_days=300):
def get_heatmap_data(member=None, base_days=200):
if not member:
member = frappe.session.user

Expand Down

0 comments on commit 9775d74

Please sign in to comment.