Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
xtian7489 committed May 10, 2024
1 parent 1f98fd6 commit a36a177
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ext/lib/api-v2/topics/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ const EDITABLE_KEYS = [
'attrs.documento',
'attrs.telefono',
'attrs.email',
'attrs.ubicacion',
'attrs.problema',
'attrs.solucion',
'attrs.beneficios',
Expand Down Expand Up @@ -89,7 +88,6 @@ const sendToAdmin = (req, res, next) => {
documento: req.body['attrs.documento'],
telefono: req.body['attrs.telefono'],
email: req.body['attrs.email'],
ubicacion: req.body['attrs.ubicacion'],
problema: req.body['attrs.problema'],
solucion: req.body['attrs.solucion'],
beneficios: req.body['attrs.beneficios'],
Expand Down

0 comments on commit a36a177

Please sign in to comment.