fix(server): missed index update

This commit is contained in:
Nicholas Tindle
2024-09-10 12:45:46 -05:00
parent 8cb3dd712d
commit 0b3ca7bad5

View File

@@ -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)],
):
"""