Incorrect behaviour with "undefined" query parameter.
Abierto
- Lenguaje dominante
- JavaScript
- Estrellas
- 2k
- Forks
- 238
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
Controller Coffeescript:
User.findOne {where: { confirmation_token: token }}, (err, user) -> ...
if token variable is undefined then I get the following error:
500 TypeError: Cannot read property 'constructor' of undefined
And there are no any reference to the controller which throws above error
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.