Skip to content

Commit bf79311

Browse files
authored
Merge pull request #31 from user00144/develop
fix
2 parents 44e8973 + 299cde8 commit bf79311

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

services/hw_services/device_service.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,5 +43,5 @@ async def save_description_to_firestore(
4343
"question_text": question_text,
4444
"gpt_response": gpt_response,
4545
"is_emergency": is_emergency,
46-
"updated_at": str(datetime.utcnow().isoformat() + timedelta(hours=9))
46+
"updated_at": datetime.utcnow() + timedelta(hours=9)
4747
})

0 commit comments

Comments
 (0)