Kludex / fastapi-microservices

Fully Python async FastAPI project! 🚀
MIT License
441 stars 43 forks source link

Fix forgotten awaits in app.crud.base.CRUDBase #60

Closed bibajz closed 3 years ago

bibajz commented 3 years ago

Resolves #61

Hi,

thank you for very informative template project for starting out with FastAPI, helps a ton.

I have noticed that you have 2 forgotten awaits in the CRUDBase class. This quick PR fixes that.

Cheers, Libor

Kludex commented 3 years ago

Oh! Thanks :)