mirror of
https://github.com/Significant-Gravitas/AutoGPT.git
synced 2026-01-29 17:08:01 -05:00
Update autogpt_platform/backend/backend/data/workspace.py
Co-authored-by: Reinier van der Leer <pwuts@agpt.co>
This commit is contained in:
@@ -183,7 +183,7 @@ async def list_workspace_files(
|
||||
Returns:
|
||||
List of UserWorkspaceFile instances
|
||||
"""
|
||||
where_clause: dict = {"workspaceId": workspace_id}
|
||||
where_clause: UserWorkspaceFileWhereInput = {"workspaceId": workspace_id}
|
||||
|
||||
if not include_deleted:
|
||||
where_clause["isDeleted"] = False
|
||||
|
||||
Reference in New Issue
Block a user