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
chat/src/model/queries/select.js
Lines 5 to 8 in 1025170
Remember to use const for values that are not reassigned.
const
The text was updated successfully, but these errors were encountered:
It was just for testing because now I am having two sql statements with if condition so I think we can't use const Thanks :)
Sorry, something went wrong.
No branches or pull requests
chat/src/model/queries/select.js
Lines 5 to 8 in 1025170
Remember to use
const
for values that are not reassigned.The text was updated successfully, but these errors were encountered: