Changing all status codes from raw numbers to using fastapi.status
I believe that using status codes via FastAPI (Starlette, actually!) instead of using raw numbers is more readable, consistent, and makes development easier.
@alejsdev It seems that there is a problem with new pushes into the project! After I synched the new updates, it has a build problem on actions/checkout@v4. I wonder why this issue has happened? I have the same issue with my other PR, too!
@alejsdev It seems that there is a problem with new pushes into the project! After I synched the new updates, it has a build problem on actions/checkout@v4. I wonder why this issue has happened? I have the same issue with my other PR, too!
Hi @javadzarezadeh,
I can confirm that this is an issue with the CI that is unrelated to your PRs. We're looking into it! 🙏
Moved to #1624