-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
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
Evitando fallos en ranking #307
Conversation
}); | ||
let inputBD = datos.user; | ||
if (validarInput(inputBD)) { | ||
Historial.updateOne({ user: inputBD }, { $inc: { "diariasAcertadas": 1 } }).then(resultado => { |
Check failure
Code scanning / SonarCloud
NoSQL operations should not be vulnerable to injection attacks High
Quality Gate failedFailed conditions See analysis details on SonarCloud Catch issues before they fail your Quality Gate with our IDE extension SonarLint |
Lo hago así para no tener fallos si está mal