mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-05-29 17:19:36 +02:00
missing tenant_id as optional param (#2851)
Co-authored-by: Richard Kuo <rkuo@rkuo.com>
This commit is contained in:
parent
2fb1d06fbf
commit
457e7992a4
@ -1,4 +1,4 @@
|
||||
def name_chat_ttl_task(retention_limit_days: int) -> str:
|
||||
def name_chat_ttl_task(retention_limit_days: int, tenant_id: str | None = None) -> str:
|
||||
return f"chat_ttl_{retention_limit_days}_days"
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user