Skip to content

Commit

Permalink
quality: Code quality
Browse files Browse the repository at this point in the history
  • Loading branch information
clemlesne committed Jan 25, 2024
1 parent 26f3a3d commit 0211e05
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion persistence/cosmos.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,9 @@ async def call_asearch_one(self, phone_number: str) -> Optional[CallModel]:
"name": "@date_limit",
"value": str(
datetime.utcnow()
+ timedelta(hours=CONFIG.workflow.conversation_timeout_hour)
+ timedelta(
hours=CONFIG.workflow.conversation_timeout_hour
)
),
}
],
Expand Down

0 comments on commit 0211e05

Please sign in to comment.