tiangolo / full-stack-fastapi-template

Full stack, modern web application template. Using FastAPI, React, SQLModel, PostgreSQL, Docker, GitHub Actions, automatic HTTPS and more.
MIT License
24.79k stars 4.2k forks source link

🐛 Fix typo in variable name in `backend/app/api/routes/items.py` #709

Closed eltociear closed 4 months ago

eltociear commented 4 months ago

statment -> statement

tiangolo commented 4 months ago

Good catch, thanks! :mag:

I fixed a removed variable that should be there and now it should be ready. :nerd_face:

tiangolo commented 4 months ago

It seems this was covered in this PR that also handled it for another file: https://github.com/tiangolo/full-stack-fastapi-template/pull/711

So I'll pass on this one, but thanks for the effort! :cake: