feat: add is_chat field to board memory and task_id to approvals, update pagination and response models
This commit is contained in:
@@ -8,4 +8,3 @@ def utcnow() -> datetime:
|
||||
|
||||
# Keep naive UTC values for compatibility with existing DB schema/queries.
|
||||
return datetime.now(UTC).replace(tzinfo=None)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user