Skip to content

Commit

Permalink
fix: resolved edx.course.goal.email.filtered parsing error (#36059)
Browse files Browse the repository at this point in the history
  • Loading branch information
AhtishamShahid authored Dec 26, 2024
1 parent 85f4128 commit 953140a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ def handle_goal(goal, today, sunday_date, monday_date, session_id):
'uuid': session_id,
'timestamp': datetime.now(),
'reason': 'User time zone',
'user_timezone': user_timezone,
'user_timezone': str(user_timezone),
'now_in_users_timezone': now_in_users_timezone,
}
)
Expand Down

0 comments on commit 953140a

Please sign in to comment.