ACM-Thapar / ACM-Thapar/opensource-bootcamp-1
DELETE /todos/:id is not deleting items
Abierto
- Lenguaje dominante
- JavaScript
- Estrellas
- 0
- Forks
- 0
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
The delete route accepts an :id parameter, but the code inside attempts to destructure todoId from req.params. Since the parameter names don't match, the ID is undefined and nothing gets deleted. Expected Behavior: The code should use req.params.id to match the route definition
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Evaluación
Este issue todavía no se ha evaluado.