mongodb-labs / full-stack-fastapi-mongodb

Full stack, modern web application generator. Using FastAPI, MongoDB as database, Docker, automatic HTTPS and more.
MIT License
453 stars 80 forks source link

:bug: [BUG-FIX] To ISSUE #36 #37

Closed thoth2357 closed 5 months ago

thoth2357 commented 5 months ago

Because static method don't work on instances, this change eliminates the self that was present in the CRUD_USER static methods. This fixes the missing 1 required positional argument error that occurs when the static methods are called with the user argument provided