mirror of
https://github.com/Significant-Gravitas/AutoGPT.git
synced 2026-01-21 04:57:58 -05:00
fix(server): missed index update
This commit is contained in:
@@ -41,7 +41,7 @@ async def log_create_user(
|
||||
@router.post(path="/log_tutorial_step")
|
||||
async def log_tutorial_step(
|
||||
user_id: Annotated[str, fastapi.Depends(get_user_id)],
|
||||
step: Annotated[int, fastapi.Body(..., embed=True)],
|
||||
step: Annotated[str, fastapi.Body(..., embed=True)],
|
||||
data: Annotated[Optional[dict], fastapi.Body(..., embed=True)],
|
||||
):
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user