-
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
Develop #308
Conversation
añado cambios de master
añadidos cambios a develop
añado ultimos cambios
añadidos cambios
Evitando fallos en ranking
Quality Gate failedFailed conditions See analysis details on SonarCloud Catch issues before they fail your Quality Gate with our IDE extension SonarLint |
}); | ||
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
No description provided.