Skip to content

Commit

Permalink
#3 Fixed Typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
LukaVidakovic committed Jun 8, 2024
1 parent bd5b069 commit d6e9849
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/src/test_gen/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ def lambda_handler(event, context):
"QuestionID": question_id,
"UserID": user_id,
"ChatID": chat_id,
"question": "Generisi Test"
"question": "Generisi Test",
"Timestamp": current_time,
"AIResponse": ai_response,
}
Expand Down

0 comments on commit d6e9849

Please sign in to comment.