We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
nodejs-api-boilerplate/src/config/middlewares.js
Line 29 in 0dcea20
Why would you verify if its isDev and not isTest simultaneously? To me, that makes no sense because if isDev is true, isTest will never be.
The text was updated successfully, but these errors were encountered:
Umh I dont remember why I did that. But yes good catch
Sorry, something went wrong.
@wesdeveloper I think this was just to make sure it is in prod.
So if dev is false this can be test or prod
No branches or pull requests
nodejs-api-boilerplate/src/config/middlewares.js
Line 29 in 0dcea20
Why would you verify if its isDev and not isTest simultaneously? To me, that makes no sense because if isDev is true, isTest will never be.
The text was updated successfully, but these errors were encountered: