Quita los endpoints temporales de diagnostico de puntos J8 - #9
Merged
Conversation
Ya cumplieron su funcion: se confirmo que los rankings eran correctos y se limpio la carga erronea de pronosticos de la cuenta admin en Jornada 8. Se sacan puntos-por-nombre, puntos/:id y el endpoint de borrado, para no dejar expuesta mas superficie de la necesaria.
✅ Deploy Preview for pollafutbol canceled.
|
There was a problem hiding this comment.
Pull request overview
Este PR elimina endpoints temporales de diagnóstico y limpieza usados para investigar/corregir una carga errónea de pronósticos en Libertadores (Jornada 8), reduciendo superficie expuesta y evitando dejar operaciones administrativas/destructivas disponibles sin necesidad.
Changes:
- Se eliminan endpoints
/debug/*relacionados con cálculo/detalle de puntos y búsqueda por nombre. - Se elimina el endpoint destructivo de borrado de pronósticos/bonus para cuentas admin usado en la limpieza puntual.
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
| @@ -226,178 +226,6 @@ router.get('/jornadas/debug/estado', async (req, res) => { | |||
| } | |||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Saca los 4 endpoints
/debug/*(puntos, puntos-por-nombre, y el de borrado) que se agregaron para diagnosticar y limpiar la carga errónea de pronósticos de la cuenta admin en Jornada 8 de Libertadores. Ya cumplieron su función: se confirmó que los cálculos de puntos eran correctos y se limpió la data errónea. No dejar el endpoint de borrado expuesto sin necesidad.🤖 Generated with Claude Code
Generated by Claude Code