Skip to content

Commit

Permalink
Merge branch 'main' into release
Browse files Browse the repository at this point in the history
  • Loading branch information
suryabulusu committed Jul 16, 2024
2 parents bfd9541 + 60bf89d commit 0725bd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/router/user_session.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
@router.post("/")
async def user_session(user_session: UserSession):
query_params = user_session.dict()
query_params["timestamp"] = datetime.now(timezone.utc).isoformat()
query_params["timestamp"] = datetime.now().isoformat()

if query_params["user_type"] == "student":
user_id_response = student.get_students(
Expand Down

0 comments on commit 0725bd2

Please sign in to comment.