Skip to content

Commit

Permalink
fix: resolved edx.course.goal.email.filtered parsing error
Browse files Browse the repository at this point in the history
  • Loading branch information
AhtishamShahid committed Dec 26, 2024
1 parent 98214a5 commit aa88aa4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,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 aa88aa4

Please sign in to comment.